Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lawrencec/pygooglereaderclient
Python Google Reader Client
https://github.com/lawrencec/pygooglereaderclient
Last synced: 3 months ago
JSON representation
Python Google Reader Client
- Host: GitHub
- URL: https://github.com/lawrencec/pygooglereaderclient
- Owner: lawrencec
- Created: 2010-04-11T20:34:43.000Z (almost 15 years ago)
- Default Branch: master
- Last Pushed: 2010-04-11T21:16:08.000Z (almost 15 years ago)
- Last Synced: 2024-10-04T19:50:01.407Z (4 months ago)
- Language: Python
- Homepage: http://github.com/lawrencec/pyGoogleReaderClient#readme
- Size: 85.9 KB
- Stars: 6
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# pyGoogleReaderClient
PyGoogleReaderClient is a Google Reader client. It is based on the comments found in these notes (as of autumn 2009). The client is based on version 0.9.1 of restkit.
## Tests
Open and edit test/testgooglereader.py and edit the cfg dict in the setUp method of the testcase. Use a test google reader username and password and a client id so Google can identify the client. Then run nosetests -v test/testgooglereader.py to run the tests. This is a bit rubbish but I don't know of nice way to pass arguments to nose.
View usage.py to see examples on how to use the client or run it to see GR's output.
## Todo
* Update to use the latest version of restkit (1.3.0+). Will then be able to remove the json stuff and support Google's oAuth.