This is a prnt.sc scrapper, it generates random urls, checks if it is not a Crypto Scam image, and if it is not it sends it to a discord webhook,threading is used to increase the speed of image verification.
- have installed python 3
- install the requirements
pip install -r requirements.txt
- connect to your webhook on discord
- execute it,
python3 main.py
when it verifies the image, it sends it to a discord webhook on a server, if you don't know how to create one you can check here here copy your webhook url and put it in:
WEBHOOK_URL = 'YOUR WEBHOOK URL HERE'
prnt.sc is a website that has a reputation for spreading fake crypto wallet credentials that somehow scam the user, are all over the web site and they all follow the same general methodology
when finding an image in prnt.sc , it converts the image to base64 and compares it with the values of data.json , if any value is equal, it classifies that image as fake image and does not send it. sometimes it gives some false positives
Any contribution about the code is very helpful, or for any bug, open a topic