Skip to content

A script to scrape photos from lightshot site. Only for educational purposes, do not try to leak any personal data with this program

License

Notifications You must be signed in to change notification settings

linkmast3r/prtscr-photo-scrapper

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

prtscr-photo-scrapper

!! I am not responsible for sensitive information that may be leaked with this script.

With this script you can scrappe screen captures from lightshot

Usage:

Install the requirements from the file. You will need also python3.

pip install -r requirements.txt

How to use the script

  • Without proxies
python3 main.py <number of captures you want to scrape> 
  • With proxies (specify the proxy file as argument is optional) !! Only socks4 are valid.
python3 main.py <number of captures you want to scrape> -proxy <csv file>

About

A script to scrape photos from lightshot site. Only for educational purposes, do not try to leak any personal data with this program

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 52.7%
  • Jupyter Notebook 47.3%