Skip to content

c0d33py/cricbApi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages