# Crichelper Crichelper is a simple discord bot to help users with cricket fixtures and scores. Note: The bot has stopped working due to the breaking changes in the API used for getting data. ## Requirements and dependencies Requirements are listed in [requirements.txt](./requirements.txt). ```bash pip3 install -r requirements.txt ``` Create a .env file with `CLIENT_TOKEN` and `CRICAPI_KEY` keys. ``` CLIENT_TOKEN= CRICAPI_KEY= ``` Then run the bot using: ```bash python3 bot.py ``` ## Guide for using the bot Type the `%help` command for getting the list of all the other available commands.