Skip to main content

Python wrapper of Inoreader API

Project description

Inoreader

Python wrapper of Inoreader API.

Installation

Install with pip directly

pip install python-inoreader

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()
    

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

python_inoreader-0.7.0.tar.gz (14.4 kB view hashes)

Uploaded Source

Built Distribution

python_inoreader-0.7.0-py3-none-any.whl (16.5 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page