Skip to content

Telegram bot that helps to catch free slot in the Queue

Notifications You must be signed in to change notification settings

bezhenar/queue_monitor

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Telegram bot that helps to catch free slot in the Queue

  1. Install requirements
pip install -r requirements.txt
  1. 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
  1. Run tgbot.py
  2. Send /start to your bot and you will see your CHAT_ID
  3. Copy it to your settings.py
CHAT_ID =  # your telegram chat id where to send notifications
  1. Run main.py

About

Telegram bot that helps to catch free slot in the Queue

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%