A telegram bot for showing song lyrics & quotes (en/hi) with specified keywords.
Install the dependencies
$ pip3 install -r path/to/requirements.txt
Create a config.json file by coping the contents of config.json.example and replacing the necessary fields
{
"api_token": "API TOKEN"
}
Run Bot Server
$ python3 bot.py
If you think you've found a bug, or have some feature suggestions, please raise an issue on GitHub.