Modified Readme

- Added Description for riddle2.py
pull/7/head
Julius 6 years ago
parent 0c64cada00
commit 27f86db8aa

@ -12,7 +12,7 @@ pip install -r requirements.txt
## Scripts ## Scripts
### riddle.py ### riddle.py
Downloads all images from one ore more given subreddits Downloads all images from one or more given subreddits
```commandline ```commandline
Usage: riddle.py [options] [subreddits] Usage: riddle.py [options] [subreddits]
@ -24,3 +24,22 @@ Options:
download a lot of images from multiple download a lot of images from multiple
subreddits at the same time. 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
```
Loading…
Cancel
Save