Created
October 4, 2014 14:04
-
-
Save zverok/867dabf253a5ea0d7b51 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
-u, --user Your username | |
-k, --key Your remote key from http://friendfeed.com/remotekey | |
-f, --feeds Feeds you want to download, comma-separated: user1,group2,user3 (your own feed by default) | |
-p, --path Path to store downloaded feeds, "result" by default, each feed will be at <path>/<feed> | |
-l, --log Path to write logs (STDOUT by default) | |
-d, --dates Flag to add current date to storage folder: <path>/<feed>/<YYYY-MM-DD> (userful for scheduled backups) | |
--depth Depth of downloading (quantity of entries to download); all entries (10'000 max) by default | |
--zip Pack to archive <path>/<feed>-<YYYY-MM-DD>.zip | |
-h, --help Display this help message. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment