/cricbApi

Primary LanguagePython

Cricket API

This is a simple API for cricket scores. It uses the Cricinfo API to get the scores.

Usage

Install the package using pip

Activate your virtualenv and then run:

source bin/activate

Install the requirements:

pip install -r requirements.txt

Run the server:

gunicorn main:app --bind 0.0.0.0:8000 --workers 4