Friendly reddit image ripper

Nikola Kotur 38e68d2ea2 Bump version: 2.0.0 → 2.0.1 %!s(int64=3) %!d(string=hai) anos
bin 0f100bcfd8 Made reddrip bin script executable. %!s(int64=10) %!d(string=hai) anos
reddrip 38e68d2ea2 Bump version: 2.0.0 → 2.0.1 %!s(int64=3) %!d(string=hai) anos
.bumpversion.cfg 38e68d2ea2 Bump version: 2.0.0 → 2.0.1 %!s(int64=3) %!d(string=hai) anos
.gitignore bf9b86b24e Installation fixes. %!s(int64=10) %!d(string=hai) anos
LICENSE 47bffa63ad Inital code %!s(int64=11) %!d(string=hai) anos
README.md b33de94741 Typo fix %!s(int64=11) %!d(string=hai) anos
example.cnf 47bffa63ad Inital code %!s(int64=11) %!d(string=hai) anos
setup.py 38e68d2ea2 Bump version: 2.0.0 → 2.0.1 %!s(int64=3) %!d(string=hai) anos

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.