https://github.com/tschellenbach/djangoopeninviter
Python implementation of the client to openinviter.com - the leading online contact importing solution
https://github.com/tschellenbach/djangoopeninviter
Last synced: 4 months ago
JSON representation
Python implementation of the client to openinviter.com - the leading online contact importing solution
- Host: GitHub
- URL: https://github.com/tschellenbach/djangoopeninviter
- Owner: tschellenbach
- License: other
- Created: 2010-08-09T23:04:53.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2012-01-12T12:00:03.000Z (over 13 years ago)
- Last Synced: 2024-12-29T19:27:39.536Z (4 months ago)
- Language: PHP
- Homepage: http://www.mellowmorning.com/2010/08/09/django-open-inviter-contact-importer-python/
- Size: 459 KB
- Stars: 34
- Watchers: 3
- Forks: 5
- Open Issues: 2
-
Metadata Files:
- Readme: README.rst
- License: LICENSE.txt
Awesome Lists containing this project
README
DjangoOpenInviter
=================Allows users of django and python to access the open inviter system.
`OpenInviter.com `_ is a widely used contact
importer. It allows you to import your contacts from a wide scala of
email services and social networks.by:
thierryschellenbach at gmail.comhttp://www.mellowmorning.com/
Attempts to port the undocumented open inviter API to python :)
Understanding the PHP API
-------------------------There are tons of files, but ``plugins/_hosted.plg.php`` overwrites almost
everything.Hosted API
^^^^^^^^^^- Post XML to http://hosted.openinviter.com/hosted/hosted.php.
- ::
{{ service }}
{$user}
{$pass}
- Authentication by private key, used to sign the XML with an md5 hash.
- Supported services are requested and cached every now and then.TODO
^^^^- Can't get hosted services lookup to work (`services()` function)
- Contacts and services for a function name is ugly... import_contacts
might be better