A python script to check the price of a product and send a telegram message if it's lower then a certain number
- Change the
product_urlvariable to the url of the desired product - Change the
desired_price - Change the
price_xpathto the xpath of the price html element (get it by inspecting the webpage, then tracking the price element, then right click on it's code block > copy xpath) - In your github repo, add two secrets:
CHAT_IDfor your bot chat idTELEGRAM_TOKENfor yout bot secret token- You can get them both using this tutorial
- The script is scheduled to run everyday at 8am. To change it edit the the
schedulesection inside the.ymlfile with the desired schedule in cron sytax (recommended generator to produce a crontab syntax)