Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 700 Bytes

README.md

File metadata and controls

31 lines (21 loc) · 700 Bytes

A telegram bot for showing song lyrics & quotes (en/hi) with specified keywords.

Tech

Usage

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

Suggestions/Reporting Issues

If you think you've found a bug, or have some feature suggestions, please raise an issue on GitHub.