An API to get cricket scores,scorecards and commentary in python.
Project description
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))
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
criapi-1.0.6.tar.gz
(2.8 kB
view details)
File details
Details for the file criapi-1.0.6.tar.gz
.
File metadata
- Download URL: criapi-1.0.6.tar.gz
- Upload date:
- Size: 2.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.57.0 CPython/3.9.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 91fa32ca13f5574f2de084d07837f8ec1b539e05e4cef4784967537895d21193 |
|
MD5 | 6bfb12e55e4762b46c59c2062964dcf2 |
|
BLAKE2b-256 | 024444d4c402fbf5555b9f2ca3f8c2ce92978a9500fb97ded4b076bdc7b8a772 |