Friendly reddit image ripper

Nikola Kotur 38e68d2ea2 Bump version: 2.0.0 → 2.0.1 před 3 roky
bin 0f100bcfd8 Made reddrip bin script executable. před 10 roky
reddrip 38e68d2ea2 Bump version: 2.0.0 → 2.0.1 před 3 roky
.bumpversion.cfg 38e68d2ea2 Bump version: 2.0.0 → 2.0.1 před 3 roky
.gitignore bf9b86b24e Installation fixes. před 10 roky
LICENSE 47bffa63ad Inital code před 11 roky
README.md b33de94741 Typo fix před 11 roky
example.cnf 47bffa63ad Inital code před 11 roky
setup.py 38e68d2ea2 Bump version: 2.0.0 → 2.0.1 před 3 roky

README.md

Reddit Ripper

So, you are busy with the stuff, but don't want to miss a picture in gonewild^Wmotivationalpics? Then, this is the project for you.

Installation

You will need to have Redis instance ready. Then, the fastest way is to pip it:

pip install reddrip

Pip will download and install the dependencies for you.

Running

What you need is a configuration file. Take a look at example.cfg one to get the idea.

After that, run it:

reddrip run -c /path/to/configuration.cfg

Also, you may use -v to get more verbosity.

At any moment, you may query Redis database to get some stats:

reddrip stat -c /path/to/configuration.cfg

History

This code was born one evening after playing with praw.

License

This is GPLv3 or later code. See the LICENSE file if you must.