Random Imgur is a python 3 script, which downloads random images from the popular image hosting site Imgur.
It's like a box of chocolates. You never know what you're gonna get.
git clone https://github.com/umahmood/random-imgur.git && cd random-imgur
To download 10 random images:
python3 random-imgur.py --img=10
This will download all files into a directory named 'downloaded_imgurs'. To specify a custom directory:
python3 random-imgur.py --img=50 --dir="path/to/folder"
For help run:
python3 random-imgur.py --h
See the LICENSE file for license rights and limitations (MIT).