Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/barabazs/feedly-export-save4later
Working script for latest feedly design. Including title, url, summary, time, sourceTitle & sourceUrl
https://github.com/barabazs/feedly-export-save4later
export-json feed feedly nojquery ownyourdata rss script vanilla-js
Last synced: about 1 month ago
JSON representation
Working script for latest feedly design. Including title, url, summary, time, sourceTitle & sourceUrl
- Host: GitHub
- URL: https://github.com/barabazs/feedly-export-save4later
- Owner: Barabazs
- License: gpl-3.0
- Created: 2017-09-21T10:58:02.000Z (about 7 years ago)
- Default Branch: main
- Last Pushed: 2023-02-03T18:58:12.000Z (almost 2 years ago)
- Last Synced: 2024-05-02T05:47:33.337Z (7 months ago)
- Topics: export-json, feed, feedly, nojquery, ownyourdata, rss, script, vanilla-js
- Language: JavaScript
- Homepage:
- Size: 44.9 KB
- Stars: 32
- Watchers: 4
- Forks: 8
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# 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:
```json
[
{
"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](SaveSavedEntries.js): use for "Saved For Later"
[SaveAllEntries.js](SaveAllEntries.js): use for any other page## Thank you
[BradCrawford](https://gist.github.com/bradcrawford/7288411) for the original snippet. [fkneist](https://github.com/fkneist) and [daun](https://github.com/daun) for the contribution.
ShockwaveNN, Dexnero, selcukakbas & nazgul6 for their input.
## Donations
[![ko-fi](https://www.ko-fi.com/img/githubbutton_sm.svg)](https://ko-fi.com/T6T51XKUJ)
|Ethereum|Bitcoin|
|:-: |:-: |
|0x6b78d3deea258914C2f4e44054d22094107407e5|bc1qvvh8s3tt97cwy20mfdttpwqw0vgsrrceq8zkmw|
|![eth](https://raw.githubusercontent.com/Barabazs/Barabazs/master/.github/eth.png)|![btc](https://raw.githubusercontent.com/Barabazs/Barabazs/master/.github/btc.png)|