Created
August 11, 2013 03:36
-
-
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.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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