urajat/python-disqus
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
python-disqus
Description:
A Python interface to the DISQUS API
Supports DISQUS API v1.0 ( http://wiki.disqus.net/API )
API v1.1 partly implemented ( http://groups.google.com/group/disqus-dev/web/api-1-1?hl=en )
Dependencies:
'json' module (Python 2.6 and above)
OR
'simplejson' module (Python 2.4+)
More information:
http://github.com/urajat/python-disqus
Authors:
Rajat Upadhyaya, urajat@gmail.com
Partly based on Devin Naquin's 'python-disqus' at http://github.com/devin/python-disqus