Giter Club home page Giter Club logo

python-inoreader's Introduction

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

python-inoreader's People

Contributors

cczhong11 avatar einverne avatar linusp avatar nwself avatar torikova avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

python-inoreader's Issues

Support for the cli option to add feeds

Would be great if we cloud use the tool to add feeds via command line

@pinlin168 seems to have already built something with the quickadd function and a file with urls into his fork:
master...pinlin168:python-inoreader:master

With quickadd you can not specify a folder/label. Think the way via edit is more useful.
https://www.inoreader.com/developers/edit-subscription

Maybe something like this?
inoreader edit-subscriptions --action follow --streamid https://hnrss.org/newest
inoreader edit-subscriptions --action follow --streamid https://hnrss.org/newest --folder user/-/label/Tech (or a short form like Tech only?)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.