Telegram bot that helps to catch free slot in DP Document`s queue
- Install requirements
pip install -r requirements.txt
- Specify parameters in settings.py
PHONE_FIRST = '' # your phone number
QUEUE_SITE = '' # your queue url (site where to monitor queue)
TWO_CAPTCHA_API_KEY = '' # your 2captcha API KEY
TG_APIKEY = '' # your telegram bot api key
- Run tgbot.py
- Send /start to your bot and you will see your
CHAT_ID
- Copy it to your settings.py
CHAT_ID = # your telegram chat id where to send notifications
- Run main.py