Skip to content

Instantly share code, notes, and snippets.

@jpfinley
Created August 11, 2013 03:36
Show Gist options
  • Save jpfinley/6203275 to your computer and use it in GitHub Desktop.
Save jpfinley/6203275 to your computer and use it in GitHub Desktop.
Get from NewsBlur an OPML file of all your feeds via the API.
curl -d "username=XXXXX&password=XXXXX" --cookie-jar cookies.txt -i -X POST https://www.newsblur.com/api/login
curl -b cookies.txt -o NewsBlur_$(date +"%Y-%m-%d").opml https://www.newsblur.com/import/opml_export
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment