-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathHELP.txt
More file actions
53 lines (42 loc) · 2.09 KB
/
HELP.txt
File metadata and controls
53 lines (42 loc) · 2.09 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
Export and archive your Flickr library
USAGE
flickarr command [options]
flickarr command:subcommand [options]
EXAMPLES
flickarr export
flickarr export https://flickr.com/veganstraightedge/3513998015
flickarr export https://flickr.com/veganstraightedge/3513998015 --overwrite
flickarr export --limit 5
flickarr export:photos --limit 7
flickarr export:videos --limit 3
ARGUMENTS
URL URL of single item to download from Flickr
FLAGS
--limit N Stop after N downloads
--overwrite Re-download and overwrite existing files
COMMANDS:
init Create config directory and stub config file
auth Authenticate with Flickr
config Show current configuration
config <key> Show a single config value
config:set Set configuration values (key=value)
open Open archive folder in Finder
path Print archive path (for scripting)
status Show archive summary
errors Print path to _errors.log
export Export all posts
export <URL> Export a single post by URL
export:photo <URL> Export a single post by URL
export:video <URL> Export a single post by URL
export:posts Export all posts (photos + videos)
export:photos Export only photos
export:videos Export only videos
export:sets Export all photosets with references to posts
export:sets <URL> Export a single photoset with references to posts
export:albums Export all albums with references to posts
export:albums <URL> Export a single album with references to posts
export:collections Export all collections (groups of albums)
export:collections <URL> Export a single collection (groups of albums) with references to albums
export:profile Export Flickr profile to archive
help, -h, --help Show this help
version, -v, --version Show version (checks for updates)