Python wrapper of Inoreader API
Project description
Inoreader
Python wrapper of Inoreader API.
Installation
Install with pip
directly
pip install python-inoreader
Usage
-
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()
Project details
Release history Release notifications | RSS feed
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.1.tar.gz
(14.5 kB
view details)
Built Distribution
File details
Details for the file python_inoreader-0.7.1.tar.gz
.
File metadata
- Download URL: python_inoreader-0.7.1.tar.gz
- Upload date:
- Size: 14.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.0 CPython/3.9.19
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f8f4538e3f4a635c1435ea1d20c55538dc4cea6491a102bc05afdcff49a68ddd |
|
MD5 | 39cc84ec6692a3cbcfef50f72295de96 |
|
BLAKE2b-256 | 3fd7dfcac9d034fa62d18b72b9edfa30b8076440debc616e122d59227a223f14 |
File details
Details for the file python_inoreader-0.7.1-py3-none-any.whl
.
File metadata
- Download URL: python_inoreader-0.7.1-py3-none-any.whl
- Upload date:
- Size: 16.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.0 CPython/3.9.19
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 66989ae898a56174fb45d3687e5623eb84aa05ca8b96ea64ee2a9f27ced81e22 |
|
MD5 | 6b07dbd1176ebe8d73664949e51196ab |
|
BLAKE2b-256 | b11fd4c58a97c215039b4bb5f5bce403029dcc932636be6686665f3f51af88dc |