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
pip install requests
pip install proxy_manager
You'll need some proxies in a file called proxies.txt in the same directory