Skip to content

Working script for latest feedly design. Including title, url, summary, time, sourceTitle & sourceUrl

License

Notifications You must be signed in to change notification settings

drpfenderson/Feedly-Export-Save4Later

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 for the contribution.

ShockwaveNN, Dexnero, selcukakbas & nazgul6 for their input.

Support

ko-fi

About

Working script for latest feedly design. Including title, url, summary, time, sourceTitle & sourceUrl

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%