Skip to content

Instantly share code, notes, and snippets.

View dav-m85's full-sized avatar
🥖

David "baguette" Moreau dav-m85

🥖
View GitHub Profile
@dav-m85
dav-m85 / feedly_export_saved_for_later
Created August 16, 2022 20:43 — forked from bradcrawford/feedly_export_saved_for_later
Simple script that exports a users "Saved For Later" list out of Feedly as a JSON string
// Simple script that exports a users "Saved For Later" list 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.
//
// Format of JSON is as follows:
// [
// {
// title: "Title",