Skip to content

Latest commit

 

History

History
16 lines (8 loc) · 405 Bytes

README.md

File metadata and controls

16 lines (8 loc) · 405 Bytes

ImgurDownloader

This script searches for random pictures on Imgur and downloads them.

Main feature of that downloader is that it's written on pure non-blocking sockets, so it's pretty fast.

Simple usage

python ImgurDownloader.py 4 10

4 - number of processes(mandatory)

10 - number of connections per process(optional standart 10)

number of threads per process is hardcoded and it's equal to 2