Skip to content
This repository was archived by the owner on Aug 3, 2022. It is now read-only.

Latest commit

 

History

History
31 lines (20 loc) · 651 Bytes

File metadata and controls

31 lines (20 loc) · 651 Bytes

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.