Skip to content

pinlin168/python-inoreader

 
 

Repository files navigation

Inoreader

Python wrapper of Inoreader API.

Installation

  1. Clone this repository and install it with setup.py
python setup.py install
  1. Install with pip directly
pip install git+https://github.com/Linusp/python-inoreader.git

Usage

  1. 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
    
  2. Login to your Inoreader account

    inoreader login
  3. Use the command line tool inoreader to do something, run inoreader --help for details. Or in code do:

    from inoreader.main import get_client
    client = get_client()

About

Python wrapper of Inoreader API

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 99.2%
  • Makefile 0.8%