Draw your telegram bot in draw.io and generate its code

drawyourbot

project_demo

Draw your bot is an open sourced project made to let people construct chat bots without coding or with minimal coding.
You can just draw your chat bot logic in draw.io (http://diagrams.net/) and generate its code.
This project will be most useful for those who need to make simple support or survey bot.
It could also save some time for those who are building really complex bots. In that cases generated bot can be
just a start point.

Install requirements

First you need to install requirements from requirements.txt.
The requirements are:

  • python-telegram-bot library
  • beautifulsoup4 library
  • requests library

To install the requirements just use the following command:

python -m pip install -r requirements.txt --user

Registering a telegram bot

Now you need to register your bot in telegram

 

 

 

To finish reading, please visit source site