Skip to content

Telegram bot that generates badly edited greeting messages to annoy your family and friends.

License

Notifications You must be signed in to change notification settings

naveen-u/GoodMorningBot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GoodMorningBot

Be the annoying Indian uncle you were always meant to be, with GoodMorningBot. Generate badly edited greeting messages on the fly.

Development

Pre-requisites:

Steps:

To set up a development instance, do the following:

  1. Clone this repository.
git clone https://github.com/naveen-u/GoodMorningBot.git
  1. Create a virtual environment and install dependencies.
virtualenv venv
pip3 install -r requirements.txt
  1. Create a .env file and save your telegram bot token. Your token should be something along the lines of 110201543: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

Development Instance Deployment

Run python3 bot.py from the root directory.

Authors

  • Naveen Unnikrishnan - Initial work - naveen-u

License

This project is licensed under the MIT License - see the LICENSE file for details

About

Telegram bot that generates badly edited greeting messages to annoy your family and friends.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages