- @2020/3/12
- using a while loop to save all of your saved articles.
- add proxy support.
- add Websrv.py for Pythonista user. (just run it)
- or you can using: python -m http.server
Export your read later (formerly saved/favorited) articles from feedly, and access them from a simple reader.
I kept this minimal, and toolkit/dependency free. The reader has basic styling. Adjust as you like.
- Python (most systems should have it by default)
- Requests library for Python: Install globally with pip (
pip install requests
) or locally with pipenv (pipenv install requests
).
- Clone this repo.
- Add your feedly developer token and user id in
app.py
. You can request them here. - Run
app.py
:python app.py
- Put the created
data.json
andindex.html
on a web server (can be localhost). - Start reading!
List view
Shortcut | Action |
---|---|
o |
Open newest article |
Article view
Shortcut | Action |
---|---|
k |
Newer article, back to article list on end |
j |
Older article, back to article list on end |
esc |
Close article view |