Major Rework
TL;DR - Updated to allow more customization when scanning and downloading media from a subreddit. Please check the ReadMe for usage instructions.
Updates:
- Real Time Stream Capturing is now disabled by default. An optional parameter has been introduced to enable it.
- NSFW content is skipped by default. An optional parameter has been introduced to allow nsfw content.
- The default historical submission search limit is 1024. An optional parameter has been introduced to modify it (Range: 1-1024)
- The default file extensions are png, gif, and jpg.
- The default file search keywords are empty.
- The default subreddit is empty.
- Downloaded media is now organized by file extension within the subreddit folder.
Usage Changes:
- New command line format:
Format: python ScannyMcScanFace.py subreddit_name "[keyword1, keyword2]" "(.png, .jpg, .gif)" -optional_parameter ... - optional parameters are specified with '-' prefix.
- keywords are encapsulated within '[ ]' brackets.
- file extensions are encapsulated within '( )' brackets.
- the subreddit name does not need to be enclosed in any brackets or quotations.