Pi that adds little more fun to group chats.
Clone the repository
git clone https://github.com/harsh8398/Pi-telegram-bot.git
You can install all the prerequisites by following command in project directory.
pip install -r requirements
To have bot running you need to set environment variable named 'TELEGRAM_TOKEN' (for master branch) or 'TELEGRAM_TOKEN_BETA' (for dev branch)
In linux you can set it by running following command
export TELEGRAM_TOKEN='tOkeN_ValUe_hERe'
Now you can make the bot live by running
python Pi.py
- urbandictionary - Used to fetch slangs
- icndb - Used to fetch jokes
This project is licensed under the MIT License - see the LICENSE file for details