This is a repo for SreQuestMonitoring telegram bot. To use this with your own bot you should:
- Create bot via @BotFather
- Turn on Inline Mode for your bot
- Create a channel, make it public
- Copy link to your channel
- Make the channel private
- Invite bot and make him an administrator
- clone project and configure path in start.sh and create config.py
- sh start.sh &
Config.py
class Config:
TOKEN = "770134527:AAEKUim3QMh27HwaPBZdg93iE47ARVjqbBQ"
CHAT_ID = "-1001409469576"
PING_IPS = []
CURL_IPS = []