Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
DuckBoss authored Mar 18, 2018
1 parent 62d8a26 commit 5e5b9eb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,15 @@ python ScannyMcScanFace.py subreddit_name "[keyword_1, keyword_2]" "(file_extens
## Example Usage:
```
- Full run using keywords, file extensions, and optional parameters.
1) python ScannyMcScanFace.py all "[ducks, penguins]" "(.png, .jpg, .gif)" -stream
python ScannyMcScanFace.py all "[ducks, penguins]" "(.png, .jpg, .gif)" -stream
```
```
- Simple run using just the subreddit. This will capture all media with the default file extensions (png, jpg, gif).
2) python ScannyMcScanFace.py all
python ScannyMcScanFace.py all
```
```
- Mixed run using just keywords, and no custom file extensions or parameters.
3) python ScannyMcScanFace.py all "[ducks, penguins]"
python ScannyMcScanFace.py all "[ducks, penguins]"
```
> You may choose to not include any keywords, which will capture all media available instead of submissions with keywords.
> You may choose to not include custom file extensions. This will cause the script to capture media with the default file extensions (png, gif, jpg).
Expand Down

0 comments on commit 5e5b9eb

Please sign in to comment.