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_url
variable to the url of the desired product - Change the
desired_price
- Change the
price_xpath
to 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_ID
for your bot chat idTELEGRAM_TOKEN
for 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
schedule
section inside the.yml
file with the desired schedule in cron sytax (recommended generator to produce a crontab syntax)