Metadata-Version: 2.1
Name: cricbuzz-py
Version: 0.1.2
Summary: A package to retrive cricket scores
Home-page: https://github.com/aksty/cricbuzz-py
Author: Akshay T
Author-email: sup.aks.apps@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Requires-Dist: requests



# CRICBUZZ - PY



This package retrieves scores from https://www.cricbuzz.com/match-api/matches.json.

This python package uses : Requests: HTTP for Humans™

**Installing the pip package :**  


    pip install cricbuzz-py



**Importing cricbuzz-py:**  


    import cbpy as cb

[How to use cricbuzz-py ?](https://akst99.blogspot.com/2019/09/fetch-live-cricket-scores-using-python.html)




