pycricbuzz icon indicating copy to clipboard operation
pycricbuzz copied to clipboard

A Pythonic interface to cricbuzz, with options to get live scores, live commentary and scorecards.

Results 5 pycricbuzz issues
Sort by recently updated
recently updated
newest added

how i get Schedule and recent matches ?

My telegram bot is deployed on Heroku. I always get a 403 Forbidden error when I try to get live matches info or access any links on `mapps.cricbuzz.com/cbzios/`. When I...

Full commentary method retrieves the entire commentary for a match. Added it to a branch but I don't have access to commit it Added code is as follows: ![image](https://user-images.githubusercontent.com/45820995/58366182-39495680-7eec-11e9-9632-25c2bb691bf2.png) `...

live_score("20237") #ENGvsSA - CWC opener. Traceback (most recent call last): File "", line 1, in File "", line 2, in live_score File "/home/*****/.local/lib/python2.7/site-packages/pycricbuzz/cricbuzz.py", line 96, in livescore batting = comm.get('bat_team')...