Skip to content

amitu/dgci

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Django Google Contact Importer

This application wraps Google Contact API, using AuthSub, and provides easy access to contacts of a Google user. Its primary usage is for writing "Invite Your Friends" like functionality.

Installation:

  • Install gdata.py
  • Install ElementTree
  • Put dgci folder somewhere in PYTHONPATH
  • Add dgci to settings.py under INSTALLED_APPS
  • (r'^dgci/', include('dgci.urls')), into urls.py

Usage:

  • Point user to /dgci/start/?next=YourURL

It will store the addressbook into requset.session["dgci_contact_feed"] and then redirect users to YourURL once addressbook has been imported.

Some examples of how to work with dgci_contact_feed object.

Enjoy!

About

Django Google Contact Importer

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages