RedditImageGrab icon indicating copy to clipboard operation
RedditImageGrab copied to clipboard

Downloads images from sub-reddits of reddit.com.

Results 31 RedditImageGrab issues
Sort by recently updated
recently updated
newest added

Small attempt at converting to python3.

I've made the repository python 3 compatible after doing some major changes in the code. Major difference between what I did and the jtara1 repository is that I did only...

Hi, I love you project! I needed the exact same thing to use images from Reddit as desktop wallpapers, but I'm running a system without Python2. I updated the code...

It would be nice to be able to specify a delay between downloads to slow down mass-pulls.

Hi, Thanks for releasing your script. I love it! One suggestion: maybe add a `--threads` option that could control the number of downloading threads. Could save a lot of time!...

Example usage: ```sh $ docker build -t redditdownload [email protected]:sgreben/RedditImageGrab.git#feature/dockerfile $ docker run -it redditdownload usage: redditdl.py [-h] [--multireddit] [--last l] [--score s] [--num n] [--update] [--sfw] [--nsfw] [--filename-format FILENAME_FORMAT] [--title-contain...

Thought I'd make it compatible with Python v3.

In command line, I typed: python C:\Users\Admin\Desktop\RedditImageGrab-master\redditdl.py Got: Traceback (most recent call last): File "C:\Users\Admin\Desktop\RedditImageGrab-master\redditdl.py", line 10, in from redditdownload.redditdownload import main File "C:\Users\Admin\Desktop\RedditImageGrab-master\redditdownload\redditdownload.py", line 8, in import StringIO ModuleNotFoundError:...