Notifier Bot is a Python library consisting of different Notification Bots
- Telegram Bot
-
Refer to this link to create a Telegram Bot and get the
BOT_TOKEN
andCHAT_ID
. -
Use the
BOT_TOKEN
andCHAT_ID
to initializeTelegramConfig
object. -
Use the
TelegramConfig
object to initializeTelegramBot
.
Refer to examples directory