samirsalman / AmazonOffers-TelegramBot

This project is a Telegram Bot connected to a Telegram Channel that checks Amazon offers and send them to your Channel.
140 stars 48 forks source link

Set time #9

Closed junkscript closed 2 years ago

junkscript commented 2 years ago

Hello, how i can set the script for work only from 6 AM to 2 AM ? I wish the script didn't run for only 4 hours a night, which is 2:01 AM to 5:59 AM, Thank you very much for the clarification

samirsalman commented 2 years ago

In the bot.py file you can change MIN_HOUR and MAX_HOUR variables as you want. In your case you should set:

MIN_HOUR = 2
MAX_HOUR = 6