Skip to content

mattiamtzlr/prnt.sc-scraper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

prnt.sc scraper

This python script will collect the given amount of images from the website prnt.sc using random 6-digit codes.
Example: https://prnt.sc/jasdfj

The scraper works by getting the whole html using urllib and cutting away anything around the image link. It sounds rudimental but works surprisingly well and fast.
The images are saved in the folder output/ of the directory in which prntsc.py is saved.

The scraper also collects information about how long it takes to gather the images. This value is updated after every run and stored in the file timings.txt in the same directory as prntsc.py. Please don't delete it. This value might fluctuate quite a bit.

WARNING: I am not responsible for any damage done to your computer or network when using this script. Don't try to use threads to make the scraping faster, it will get you ip-banned from prnt.sc.
I also take no responsibility if you get in trouble by using any of the data in the gathered images.

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages