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 are listed in requirements.txt.
pip3 install -r requirements.txt
Create a .env file with CLIENT_TOKEN
and CRICAPI_KEY
keys.
CLIENT_TOKEN=<Your client token>
CRICAPI_KEY=<Your cricapi access key>
Then run the bot using:
python3 bot.py
Type the %help
command for getting the list of all the other available commands.