Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yeahnotsewerside/imgurdownloader
Python script for searching screenshots on Imgur
https://github.com/yeahnotsewerside/imgurdownloader
imgur prntscr
Last synced: about 10 hours ago
JSON representation
Python script for searching screenshots on Imgur
- Host: GitHub
- URL: https://github.com/yeahnotsewerside/imgurdownloader
- Owner: YeahNotSewerSide
- Created: 2020-04-08T14:37:06.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-11-08T05:09:37.000Z (almost 3 years ago)
- Last Synced: 2024-07-16T13:38:51.048Z (4 months ago)
- Topics: imgur, prntscr
- Language: Python
- Homepage:
- Size: 16.6 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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