1 | Install all the dependencies using the bash script
$ ./installPackages.sh2 | Create a new "telegram bot" using "botfather"
- Open telegram.
- Search in contact: "botfather" (https://core.telegram.org/bots#botfather)
- Inside botfather, type: /newbot
- Follow the botfather instructions --> Now you have your bot created!!!
- Click to the created bot link, example: telegram.me/YOUR_BOT_NAME
- Copy the Telegram "TOKEN to access the HTTP API" that botfather gives you in the last message
3 | Place your Telegram token (the one you get on point 2.6) into an environment variable
export TELEGRAM_TOKEN="80141913:AAGnyI4m0KlayTTiswLkrG2w4P39Ifjn75A"4 | Run the app!
python main.py5 | Open the bot you created on 2.5. Write /route on the bot chat and reply all the questions