🤖 Telegram bot that builds a directed graph which represents family tree by means of dialogue
To use the bot, find the bot in a search bar by typing it's name:
@PedigreeBot
OR just open the the @PedigreBot link
To start the dialog type
/start
command.
The bot will then ask you questions about the family members. Continue answering until the bot sends you the following message:
"We asked enough! you can get your pedigree chart by performing /finish command"
Then type
/finish
.
OR finish earlier with the aforementioned command and receieve an incomplete tree.
- Copy
.env.exampleto.env - Set up graphviz by installing
apt-get install -y graphviz - Set up your telegram demo account through @BotFather
- Save telgram token in
.env - Set up https tunneling to your local machine
- Save
portandserver_urlin.env
- @alexkonovalov - Idea & Work