/random-imgur

Downloads random images from the popular image hosting site Imgur

Primary LanguagePythonMIT LicenseMIT

Random Imgur

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.

Installation

git clone https://github.com/umahmood/random-imgur.git && cd random-imgur

Usage

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

License

See the LICENSE file for license rights and limitations (MIT).