Skip to content

An API to get cricket scores ,scorecards and commentary in python.

License

Notifications You must be signed in to change notification settings

sAksham-Ar/criapi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

criapi

An API to get cricket scores,scorecards and commentary in python.

Installation

Install it as below:

pip3 install criapi

Usage

Initialization

from criapi import Cricbuzz
c=Cricbuzz()

live scores

print(c.livescore())

scorecard

print(c.scorecard(id))

commentary

print(c.commentary(id))

About

An API to get cricket scores ,scorecards and commentary in python.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages