Script for automatic downloading of unprotected user screenshots from prnt.sc
Do you need to install pip?
# To install pip, securely download get-pip.py.
$ curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py
# Then run the following:
$ python get-pip.py
Install from source with:
$ git clone https://github.com/coolanole/prntsc.git
$ cd prntsc
$ pip install
To run this script, Python 2.7 or later must be installed on your computer.
$ python app.py
To increase the speed of data processing, you can use threads.
$ python app.py --threads 2
The script supports work through a proxy. To do this, create a file with a list of your proxies and run the script passing the path to the file as an argument. Each proxy server must be written with a new line.
$ python app.py --proxy proxy.txt
Contributions of all sizes are welcome, you can also help by reporting bugs.