Skip to content

Major Rework

Compare
Choose a tag to compare
@DuckBoss DuckBoss released this 18 Mar 03:02
· 27 commits to master since this release
29ba728

TL;DR - Updated to allow more customization when scanning and downloading media from a subreddit. Please check the ReadMe for usage instructions.

Updates:

  1. Real Time Stream Capturing is now disabled by default. An optional parameter has been introduced to enable it.
  2. NSFW content is skipped by default. An optional parameter has been introduced to allow nsfw content.
  3. The default historical submission search limit is 1024. An optional parameter has been introduced to modify it (Range: 1-1024)
  4. The default file extensions are png, gif, and jpg.
  5. The default file search keywords are empty.
  6. The default subreddit is empty.
  7. Downloaded media is now organized by file extension within the subreddit folder.

Usage Changes:

  1. New command line format:
    Format: python ScannyMcScanFace.py subreddit_name "[keyword1, keyword2]" "(.png, .jpg, .gif)" -optional_parameter ...
  2. optional parameters are specified with '-' prefix.
  3. keywords are encapsulated within '[ ]' brackets.
  4. file extensions are encapsulated within '( )' brackets.
  5. the subreddit name does not need to be enclosed in any brackets or quotations.