diff --git a/README.md b/README.md index 33945b6..59934b8 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ pip install -r requirements.txt ## Scripts ### riddle.py -Downloads all images from one ore more given subreddits +Downloads all images from one or more given subreddits ```commandline Usage: riddle.py [options] [subreddits] @@ -23,4 +23,23 @@ Options: images can be found. Do only activate this if you want to download a lot of images from multiple subreddits at the same time. +``` + +## riddle2.py +Downloads all images from one or more given subreddits in a more predictable + way than riddle.py. +```commandline +Usage: riddle2.py [options] [subreddits] + +Options: + -h, --help show this help message and exit + -c COUNT, --count=COUNT + The number of images to download. + -o OUTPUT, --output=OUTPUT + The name of the output zipfile. If none is specified, + it's the subreddits name. + -t, --test Tests the functions of the script + -l, --loop Continuing download loop. When this option is set + every 5 Minutes the program searches for + new images ``` \ No newline at end of file