Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 549 Bytes

README.md

File metadata and controls

15 lines (9 loc) · 549 Bytes

basic-monitor

Basic layout of a monitoring script - exemplified through Frenzy app

Follow the comments to see basically how a monitor works. This monitor won't send to discord or slack - it will only print out the details of a new item if it is found.

If you would like to send to a webhook you can follow this really good tutorial: https://birdie0.github.io/discord-webhooks-guide/discord_webhook.html

Requirements

pip install requests

pip install proxy_manager

You'll need some proxies in a file called proxies.txt in the same directory