Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.