All Projects → michaelx → bye-bye-feedly

michaelx / bye-bye-feedly

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

Programming Languages

HTML
75241 projects
python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to bye-bye-feedly

loread
RSS Android client,support Inoreader, Feedly, TinyTinyRSS, Fever。
Stars: ✭ 60 (+42.86%)
Mutual labels:  rss, feedly
osmosfeed
Turn GitHub into an RSS reader
Stars: ✭ 839 (+1897.62%)
Mutual labels:  rss, feedly
Feedly-Export-Save4Later
Working script for latest feedly design. Including title, url, summary, time, sourceTitle & sourceUrl
Stars: ✭ 23 (-45.24%)
Mutual labels:  rss, feedly
macOSAppsOpenSource
No description or website provided.
Stars: ✭ 33 (-21.43%)
Mutual labels:  rss, backup
Xsrv
[mirror] Install and manage self-hosted services/applications, on your own server(s) - ansible collection and utilities
Stars: ✭ 89 (+111.9%)
Mutual labels:  rss, backup
progrssive
A PWA for reading RSS feeds. It works offline!
Stars: ✭ 23 (-45.24%)
Mutual labels:  rss, feedly
homer-theme
🎨 A custom Homer theme!
Stars: ✭ 337 (+702.38%)
Mutual labels:  selfhosted
dotao
WIP modern dotfiles manager
Stars: ✭ 15 (-64.29%)
Mutual labels:  backup
rss-to-email
Generate HTML emails from your RSS feeds.
Stars: ✭ 92 (+119.05%)
Mutual labels:  rss
kirby-backup-widget
Kirby panel widget to easily backup your site content.
Stars: ✭ 25 (-40.48%)
Mutual labels:  backup
django-dbbackup
Management commands to help backup and restore your project database and media files
Stars: ✭ 629 (+1397.62%)
Mutual labels:  backup
backup-x
带Web界面的数据库/文件备份增强工具. A database/file backup tool with web interfaces
Stars: ✭ 78 (+85.71%)
Mutual labels:  backup
esop
Cloud-enabled backup and restore tool for Apache Cassandra
Stars: ✭ 40 (-4.76%)
Mutual labels:  backup
airtable local backup
Create local backups of airtable databases
Stars: ✭ 32 (-23.81%)
Mutual labels:  backup
mongodb-backup-manager
🌿 A Full-stack MongoDB Backup System.
Stars: ✭ 42 (+0%)
Mutual labels:  backup
infrastructure
This repo contains all information about machine maintenance.
Stars: ✭ 75 (+78.57%)
Mutual labels:  backup
snapbtrex
snapbtrex is a small utility that keeps snapshots of btrfs filesystems and optionally send them to a remote system or syncs them locally.
Stars: ✭ 29 (-30.95%)
Mutual labels:  backup
nebula
Source Code for the Home Server setup.
Stars: ✭ 48 (+14.29%)
Mutual labels:  selfhosted
miniflux-sidekick
A sidekick for Miniflux, filter out items by regex or tags. Compatible with killfiles. 🔪
Stars: ✭ 34 (-19.05%)
Mutual labels:  rss
backup
An admin interface for managing backups
Stars: ✭ 66 (+57.14%)
Mutual labels:  backup

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

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].