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.