All Projects → Linusp → python-inoreader

Linusp / python-inoreader

Licence: other
Python wrapper of Inoreader API

Programming Languages

python
139335 projects - #7 most used programming language
Makefile
30231 projects

Projects that are alternatives of or similar to python-inoreader

loread
RSS Android client,support Inoreader, Feedly, TinyTinyRSS, Fever。
Stars: ✭ 60 (+33.33%)
Mutual labels:  rss, inoreader
watch-rss
Subscribe your watched GitHub Repository's releases as RSS feeds on Inoreader
Stars: ✭ 24 (-46.67%)
Mutual labels:  rss, inoreader
fulltextrssplz
Make rss full text.
Stars: ✭ 25 (-44.44%)
Mutual labels:  rss
laminas-feed
Consume and generate Atom and RSS feeds, and interact with Pubsubhubbub.
Stars: ✭ 97 (+115.56%)
Mutual labels:  rss
vcrss
Create your own VCR/TiVo that downloads videos from RSS or Atom feeds using command line tools such as youtube-dl and svtplay-dl.
Stars: ✭ 11 (-75.56%)
Mutual labels:  rss
lares
Minimal Fever API (RSS Reader) Implementation
Stars: ✭ 28 (-37.78%)
Mutual labels:  rss
PythonistaRSSReader
A simple RSS reader for Pythonista.
Stars: ✭ 28 (-37.78%)
Mutual labels:  rss
yastack
YAStack: User-space network-stack based on DPDK, FreeBSD TCP/IP Stack, EnvoyProxy
Stars: ✭ 90 (+100%)
Mutual labels:  rss
goeland
An alternative to rss2email written in golang with many filters
Stars: ✭ 78 (+73.33%)
Mutual labels:  rss
Limnoria
A robust, full-featured, and user/programmer-friendly Python IRC bot, with many existing plugins. Successor of the well-known Supybot.
Stars: ✭ 578 (+1184.44%)
Mutual labels:  rss
irc-rss-feed-bot
Dockerized IRC bot to post RSS/Atom and scraped HTML/JSON/CSV feeds to channels
Stars: ✭ 24 (-46.67%)
Mutual labels:  rss
RSS-to-Telegram-Bot
A Telegram RSS bot that cares about your reading experience
Stars: ✭ 482 (+971.11%)
Mutual labels:  rss
Funcaster
⚡ Serverless .NET solution for hosting your 🔊 podcasts with (nearly) zero costs using Azure Functions and Azure Storage Account.
Stars: ✭ 44 (-2.22%)
Mutual labels:  rss
this-american-life-archive
Unofficial RSS feed for the podcast "This American Life" with episodes 1 to current
Stars: ✭ 19 (-57.78%)
Mutual labels:  rss
Pushl
Push notification adapter for feeds
Stars: ✭ 25 (-44.44%)
Mutual labels:  rss
podcast-feed-parser
A highly customizable package for fetching and parsing podcast feeds into simple and manageable JavaScript objects. For use with node or in the browser.
Stars: ✭ 39 (-13.33%)
Mutual labels:  rss
newsdash
A news dashboard inspired by iGoogle and Netvibes
Stars: ✭ 44 (-2.22%)
Mutual labels:  rss
TIFeedParser
RSS Parser written in Swift
Stars: ✭ 18 (-60%)
Mutual labels:  rss
dmhy-telegram
自動抓取動漫花園RSS並發到Telegram
Stars: ✭ 42 (-6.67%)
Mutual labels:  rss
RssReader
vue + go 的在线 rss 阅读器
Stars: ✭ 13 (-71.11%)
Mutual labels:  rss

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()
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].