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/activateInstall the requirements:
pip install -r requirements.txtRun the server:
gunicorn main:app --bind 0.0.0.0:8000 --workers 4