Skip to main content

Easy to install and simple way to access all Roanuz Cricket APIs. Its a library for showing Live Cricket Score, Cricket Schedule and Statistics

Project description

py-cricket library for Python using Roanuz Cricket API’s. Easy to install and simple way to access all Roanuz Cricket API’s. Its a Python library for getting Live Cricket Score, Cricket Schedule and Statistics.

Changes List:

1.0.3:
    1.Access key, secret key and app id can also be accessed through Environmental variables.
    2.Ball by ball API has been added to the API list.

1.0.2:
    1.File Storage Handler approach has been added for the Authentication.
    2.Authentication process has to be generated for every session.

Getting started

  1. Install py-cricket using pip install py-cricket

  2. Create a Cricket API App here My APP Login

  3. Import pycricket and create Authentication using ‘RcaFileStorageHandler’ or ‘RcaStorageHandler’ approach.For accessing each API we need to get the ‘AccessToken’

    Example

    //Use your Cricket API Application details below.
    
    //RcaStorageHandler
    import pycricket
    handler = pycricket.RcaStorageHandler()
    start = pycricket.RcaApp(access_key="Your_AccessKey", \
                            secret_key="Your_SecretKey", \
                            app_id="Your_APP_ID", \
                            store_handler=handler \
                           )
    
    'OR'
    
    //RcaFileStorageHandler(from environmental variable)
    
    Environmental variable:
        RCA_ACCESS_KEY = access_key
        RCA_SECRET_KEY = secret_key
        RCA_APP_ID = app_id
    
    handler = pycricket.RcaFileStorageHandler()
    start = pycricket.RcaApp(store_handler=handler)
    
    // After Completing Authentication you can successfully access the API's.
    
    start.get_match("iplt20_2016_g30") //Return Match information in json format
    start.get_season("dev_season_2016") //Return Season information in json format
    For more free API's visit : https://www.cricketapi.com/docs/freeapi/

List of Roanuz Cricket API

## Roanuz Cricket API This Library uses the Roanuz Cricket API for fetching cricket scores and stats. Learn more about Litzscore Cricket API on https://www.cricketapi.com/

## Contact: Feel free to call us anytime, We have an amazing team to support you. You can contact us at : support@cricketapi.com

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

py-cricket-1.0.3.tar.gz (6.8 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page