Some utility-scripts for python.
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Trivernis a513b5348d Started working on riddle2
New Features:
- First fetches all image urls (or a specific count) and starts the download afterwards -> The user can see a progress bar stating the total download progress instead of the progress of a single page
6 years ago
.circleci Prettier Output 6 years ago
.gitignore Added Skripts and Setup 6 years ago
LICENSE Create LICENSE 6 years ago
README.md Tests, Requirements and more 6 years ago
requirements.txt Prettier Output 6 years ago
riddle.py Started working on riddle2 6 years ago
riddle2.py Started working on riddle2 6 years ago

README.md

Python Utilities

Here are some python-scripts that do all kinds of things.

Setup

Install all dependencies with

pip install -r requirements.txt

Scripts

riddle.py

Downloads all images from one ore more given subreddits

Usage: riddle.py [options] [subreddits]

Options:
  -h, --help   show this help message and exit
  -c, --chaos                         Doesn't wait for previous downloads to
               finish and doesn't exit when no more
               images can be found. Do only activate this if you want to
               download a lot of images                       from multiple
               subreddits at the same time.