Friendly reddit image ripper

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

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.