Please note, that I don't have any rights on this image.
- Python 3 or newer
- A Telegram account
- Copy
config.DEFAULT.py
toconfig.py
- Write
/newbot
to @BotFather on Telegram and follow the instructions - Copy the token you get at the end into
bot_token
inconfig.py
This depends on the platform you are doing this on (these instructions are for Telegram desktop)
- Click the "create" icon in the search field
- Choose
New channel
and give it a name - Add your bot (use the @username) as an administrator to the channel
- Copy the channel username into
chat_id
inconfig.py
(that it looks likechat_id="@ConnectNotifier"
)
- Start
notifier.py