Gives notification settings on sixes scored in IPL within 6 minutes since it was scored that can be then used to avail discount on swiggy orders using coupon (SWIGGY6).
Bot can be accessed via telegram using the below link.
Live at: http://t.me/swiggySixNotifierBot
In order to run your very own bot in your own server, follow up with these commands:
python -m venv swiggysixnotifier
source swiggysixnotifier/bin/activate
pip install --upgrade pip
pip install -r requirements.txt
- Create your own bot following telegram docs link: https://core.telegram.org/bots#3-how-do-i-create-a-bot
- Add your API token of bot at main.py and telegram_daemon.py
python main.py
(run on background usingscreen
as a starter - recommended)python telegram_daemon.py
(run on backgroundscreen
as a starter - recommended)- Done.