Relative Content

Tag Archive for pythonpython-3.xapipython-2.7telegram

How to make my Telegram bot stop working at 16:15 and not work on Fridays?

I have a Telegram bot written in Python using the Telethon library. The bot is supposed to function from 10:00 to 16:15 from Saturday to Thursday, and it should be completely inactive on Fridays. However, I’m having trouble getting the bot to stop exactly at 16:15. The bot currently doesn’t stop correctly at the specified time.