Skip to content

michaelx/bye-bye-feedly

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bye-bye-feedly

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.

Prerequisites

  • 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).

Setup and usage

  1. Clone this repo.
  2. Add your feedly developer token and user id in app.py. You can request them here.
  3. Run app.py: python app.py
  4. Put the created data.json and index.html on a web server (can be localhost).
  5. Start reading!

Demo

bye-bye-feedly Demo

Keyboard shortcuts

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

Author

About

Export your read later (formerly saved/favorited) articles from feedly, and access them from a simple reader.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published