Relative Content

Tag Archive for databasesqliteweb-scrapingtelegram-botpython-telegram-bot

Data not saved after running a scheduler on a Telegram bot

My Telegram bot acts as a calendar for my favorite team’s matches. It should scrape from a site that publishes the match calendar, put this calendar in a local SQLite database and access it via commands on Telegram (/prossime, /prossime10, /calendario). I also want that if it finds a match on today’s date to send a message on a Telegram channel.

Data not saved after running a scheduler on a Telegram bot

For personal work, I’m building a Telegram Bot that acts as a calendar for my favorite team’s matches. The idea for this Bot was to scrape from a site that publishes the match calendar, put this calendar in a local database (sqlite3) and access it via the commands on Telegram, /prossime, /prossime10, /calendario. Another task I would like you to do is that if you find a match on today’s date (after checking with the scheduler) you must send me a message on a Telegram channel; however, the issues I have encountered so far are: