DoctorEenot / ImgurDownloader

Python script for searching screenshots on Imgur

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Python script for searching screenshots on Imgur


Languages

Language:Python 100.0%