Skip to content

Latest commit

 

History

History
30 lines (16 loc) · 687 Bytes

README.md

File metadata and controls

30 lines (16 loc) · 687 Bytes

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).