Friendly reddit image ripper

Nikola Kotur 38e68d2ea2 Bump version: 2.0.0 → 2.0.1 пре 3 година
bin 0f100bcfd8 Made reddrip bin script executable. пре 10 година
reddrip 38e68d2ea2 Bump version: 2.0.0 → 2.0.1 пре 3 година
.bumpversion.cfg 38e68d2ea2 Bump version: 2.0.0 → 2.0.1 пре 3 година
.gitignore bf9b86b24e Installation fixes. пре 10 година
LICENSE 47bffa63ad Inital code пре 11 година
README.md b33de94741 Typo fix пре 11 година
example.cnf 47bffa63ad Inital code пре 11 година
setup.py 38e68d2ea2 Bump version: 2.0.0 → 2.0.1 пре 3 година

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.