This is a simple API for cricket scores. It uses the Cricinfo API to get the scores.
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