want to make a bot that automatically updates the data when the data on the website changes. how can I do that?
i have used aiogram bot before.
do a cron job (once a day) that curls the web and makes a sha of it, it sha1 changes from the previous one, then re-run the scrapping algorithm
Обсуждают сегодня