Python wrapper of Inoreader API.
Install with pip
directly
pip install python-inoreader
-
Register your application. Use
http://localhost:8080/oauth/redirect
for the redirect URI and set scope to "Read and Write". Then create the configuration file$HOME/.inoreader
An example of the configuration file:
[auth] appid = your_app_id appkey = your_app_key
-
Login to your Inoreader account
inoreader login
-
Use the command line tool
inoreader
to do something, runinoreader --help
for details. Or in code do:from inoreader.main import get_client client = get_client()