Releases: DuckBoss/RedditMediaScanner
Releases · DuckBoss/RedditMediaScanner
HOTFIX - Added missing module.
Major Rework 2.0
TL;DR - Updated the script to work in a more user-friendly way. No more command-line bullshit. The new method of searching for media is by modifying the config.ini file with your parameters
PLEASE REFER TO README FOR DESCRIPTIVE USAGE INSTRUCTIONS
Updates:
- Moved all parameters to the config.ini file.
- Renamed the repository/script to RedditMediaScanner
- Included an example_config.ini file as a fallback.
- Removed command-line-based input system and replaced with config files.
- New Dependency - configparser.
- Added search_setup.py utility script to retrieve config information.
Usage Changes:
- Removed command-line-based input system with config files.
- To scan subreddits, edit the config.ini file and change the parameters to your liking. Refer to the README for descriptive usage information!
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.