-
Let's start by installing the app in your site
# Get the app $ bench get-app https://github.com/leam-tech/frappe_telegram # Install the app on your site $ bench --site <your-site> install-app frappe_telegram
-
Get your telegram-bot's
api-tokenfrom @BotFather -
Go into your frappe site and create a new
Telegram Botand provide API Token and username -
We're done! Start your bot by executing the following:
# bot-name is the name of the TelegramBot document that we just made $ bench telegram start-bot '<your-bot-name>'
