A Telegram bot which allows you to retrieve articles of the Italian constitution. You can get more information on Wikipedia.
To run the bot yourself, you will need:
- Python (tested with 3.7)
- The python-telegram-bot module
- Get a token from @BotFather.
- Activate the Inline mode using the
/setinline
command with @BotFather. - Install the requirements (using
virtualenv
is recommended) usingpip install -r requirements.txt
- Then, you can run the bot using
python bot.py -t BOT_TOKEN
.