- Make sure you install Python3 and pip followed by running the following in the same directory as main.py
pip install -r requirements.txt- Run main.py for new items where you add site urls in sitelist.txt, main_restocks.py for restock links.
python3 main.pypython3 main_restocks.pyI have a format setup in webhook.json where you can add the site name and the webhook where you want it to go. For example, if you want just bodega links posted in a specific webhook:
"bodega": {
"webhook": [
"https://discordapp.com/api/webhooks/579704202398269440/uJSY0Biqn3LSjoCthiqfLefp9-h7lYrgyLGHgEUb97QaSE22uVZ6eSf4-qTIC4QqHh3t"
]
},Make sure you maintain the json valid! use jsonlint.com to make sure it is or else monitor will error out!
For sites that you want new products, use sitelist.txt. For restock, add product links in shopify.txt.
Note: this does not have any kind of cache bypass for obvious reasons.