GithubHelp home page GithubHelp logo

py-kabadi's Introduction

py-kabadi library for Roanuz kabadi API

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

Getting started

  1. Install py-kabadi using pip install git+https://github.com/niranjfantain/py-kabadi.git

  2. Create a App here My APP Login

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

    Example

    //Use your kabadi API Application details below.
    
    //RcaStorageHandler
    import pykabadi
    handler = pykabadi.RcaStorageHandler()
    start = pykabadi.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 = pykabadi.RcaFileStorageHandler()
    start = pykabadi.RcaApp(store_handler=handler)
    
    // After Completing Authentication you can successfully access the API's.
    
    start.get_match("pkl_2017_g103") //Return Match information in json format
    start.get_season('pkl_2017') //Return Season information in json format
    For more free API's visit : https://www.cricketapi.com/docs/freeapi/

List of Roanuz Kabadi 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 : [email protected]

py-kabadi's People

Stargazers

Niranj Rajasekaran avatar

Watchers

James Cloos avatar Niranj Rajasekaran avatar

Forkers

prabhufantain

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.