All Projects → Barabazs → Feedly-Export-Save4Later

Barabazs / Feedly-Export-Save4Later

Licence: GPL-3.0 License
Working script for latest feedly design. Including title, url, summary, time, sourceTitle & sourceUrl

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Feedly-Export-Save4Later

osmosfeed
Turn GitHub into an RSS reader
Stars: ✭ 839 (+3547.83%)
Mutual labels:  rss, feedly, feed
vuepress-plugin-feed
RSS, Atom, and JSON feeds generator plugin for VuePress 1.x
Stars: ✭ 46 (+100%)
Mutual labels:  rss, feed
feed2email
RSS/Atom feed updates in your email
Stars: ✭ 37 (+60.87%)
Mutual labels:  rss, feed
baRSS
Menu Bar RSS reader for macOS
Stars: ✭ 39 (+69.57%)
Mutual labels:  rss, feed
laminas-feed
Consume and generate Atom and RSS feeds, and interact with Pubsubhubbub.
Stars: ✭ 97 (+321.74%)
Mutual labels:  rss, feed
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 (+69.57%)
Mutual labels:  rss, feed
watch-rss
Subscribe your watched GitHub Repository's releases as RSS feeds on Inoreader
Stars: ✭ 24 (+4.35%)
Mutual labels:  rss, feed
loread
RSS Android client,support Inoreader, Feedly, TinyTinyRSS, Fever。
Stars: ✭ 60 (+160.87%)
Mutual labels:  rss, feedly
bye-bye-feedly
Export your read later (formerly saved/favorited) articles from feedly, and access them from a simple reader.
Stars: ✭ 42 (+82.61%)
Mutual labels:  rss, feedly
meta-extractor
Super simple and fast html page meta data extractor with low memory footprint
Stars: ✭ 38 (+65.22%)
Mutual labels:  rss, feed
this-american-life-archive
Unofficial RSS feed for the podcast "This American Life" with episodes 1 to current
Stars: ✭ 19 (-17.39%)
Mutual labels:  rss, feed
overflow-news
📚 Don't waste time searching for good dev blog posts. Get the latest news here.
Stars: ✭ 32 (+39.13%)
Mutual labels:  rss, feed
RSS-to-Telegram-Bot
A Telegram RSS bot that cares about your reading experience
Stars: ✭ 482 (+1995.65%)
Mutual labels:  rss, feed
f43.me
A more readable & cleaner feed
Stars: ✭ 60 (+160.87%)
Mutual labels:  rss, feed
web-front-end-rss
📙 根据 RSS 抓取最新前端技术文章,来源:前端早读课、前端大全、前端之巅、淘宝前端、张鑫旭博客、凹凸实验室等
Stars: ✭ 24 (+4.35%)
Mutual labels:  rss, feed
awesome-feeds
A curated list of tech, machine learning, biz and etc... feeds
Stars: ✭ 25 (+8.7%)
Mutual labels:  rss, feed
reader
A Python feed reader library.
Stars: ✭ 290 (+1160.87%)
Mutual labels:  rss, feed
cakephp-feed
CakePHP Plugin with RssView to create RSS feeds.
Stars: ✭ 13 (-43.48%)
Mutual labels:  rss, feed
progrssive
A PWA for reading RSS feeds. It works offline!
Stars: ✭ 23 (+0%)
Mutual labels:  rss, feedly
awesome-rss-feeds
Awesome RSS feeds - A curated list of RSS feeds (and OPML files) used in Recommended Feeds and local news sections of Plenary - an RSS reader, article downloader and a podcast player app for android
Stars: ✭ 114 (+395.65%)
Mutual labels:  rss, feed

Feedly-Export-Save4Later

Simple script that exports a users "Saved For Later" list or all loaded entries in a feed out of Feedly as a JSON string.
This was intended for use in the Google Chrome's "Inspector" tool so your mileage may vary if used in other contexts. The scripts should work in most modern browsers.

The format of JSON is as follows:

[
    {
        "title": "Title",
        "url": "https://www.example.com/title",
        "summary": "Short summary",
        "time": " Wed, 15 Jul 2020 18:08:22 GMT",
        "sourceTitle": "Example Source",
        "sourceUrl": "https://www.example.com"
    }
]

How to use:

  1. Open up your browser.
  2. Login to Feedly and go to the "Saved For Later" list or any other feedpage.
  3. Keep scrolling down the page until all saved documents have been loaded
  4. Right click on the page and select "Inspect Element"
  5. Inside the "Inspector" tool, click the "Console" tab.
  6. Paste the appropriate script into the console

Scripts

SaveSavedEntries.js: use for "Saved For Later"
SaveAllEntries.js: use for any other page

Thank you

BradCrawford for the original snippet. fkneist and daun for the contribution.

ShockwaveNN, Dexnero, selcukakbas & nazgul6 for their input.

Donations

ko-fi

Ethereum Bitcoin
0x6b78d3deea258914C2f4e44054d22094107407e5 bc1qvvh8s3tt97cwy20mfdttpwqw0vgsrrceq8zkmw
eth btc
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].