Skip to content

Latest commit

 

History

History
20 lines (19 loc) · 583 Bytes

README.md

File metadata and controls

20 lines (19 loc) · 583 Bytes

SreQuestMonitoring

This is a repo for SreQuestMonitoring telegram bot. To use this with your own bot you should:

  1. Create bot via @BotFather
  2. Turn on Inline Mode for your bot
  3. Create a channel, make it public
  4. Copy link to your channel
  5. Make the channel private
  6. Invite bot and make him an administrator
  7. clone project and configure path in start.sh and create config.py
  8. sh start.sh &

Config.py

    class Config:
        TOKEN = "770134527:AAEKUim3QMh27HwaPBZdg93iE47ARVjqbBQ"
        CHAT_ID = "-1001409469576"
        PING_IPS = []
        CURL_IPS = []