Skip to content

towerjoo/shared_contact

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Quick Instructions

  1. copy your CSV in the script's same directory, suppose the CSV file's name is A.csv
  2. run python gen_fields_mapping.py -i A.csv
  3. A fields_mapping.py will be generated in the same directory
  4. edit it to fit your needs(See the instructions in the top of the file)
  5. run python shared_contacts_profiles.py -i A.csv -o OUTFILE -a ADMIN_USER (or You can run python shared_contacts_profiles.py -i A.csv -o OUTFILE -a ADMIN_USER --dry_run to dry run.
  6. See the output of the step 5 and check the OUTFILE to see the added contacts

Installation

The script requires the GData Python client library version 2.0.6 or higher. Download location: http://code.google.com/p/gdata-python-client/downloads/list

Installation procedure:

http://code.google.com/apis/gdata/articles/python_client_lib.html

Requirements

Links

Thanks

http://code.google.com/p/google-shared-contacts-client/

About

shared contact for google domain account

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages