/cricbot

Currently not working! API connection issues

Primary LanguagePython

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.

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

Guide for using the bot

Type the %help command for getting the list of all the other available commands.