Be the annoying Indian uncle you were always meant to be, with GoodMorningBot. Generate badly edited greeting messages on the fly.
- python3
- A telegram bot token: https://core.telegram.org/bots#6-botfather
To set up a development instance, do the following:
- Clone this repository.
git clone https://github.com/naveen-u/GoodMorningBot.git
- Create a virtual environment and install dependencies.
virtualenv venv
pip3 install -r requirements.txt
- Create a
.env
file and save your telegram bot token. Your token should be something along the lines of110201543:AAHdqTcvCH1vGWJxfSeofSAs0K5PALDsaw
(this is a dummy token, as given here. Replace this with your token in the command below).
echo "TELEGRAM_BOT_TOKEN=110201543:AAHdqTcvCH1vGWJxfSeofSAs0K5PALDsaw" > .env
Run python3 bot.py
from the root directory.
- Naveen Unnikrishnan - Initial work - naveen-u
This project is licensed under the MIT License - see the LICENSE file for details