Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 681 Bytes

basic_setup.md

File metadata and controls

23 lines (16 loc) · 681 Bytes

Basic Setup

  • 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-token from @BotFather

  • Go into your frappe site and create a new Telegram Bot and provide API Token and username

    Create TelegramBot

  • 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>'