GithubHelp home page GithubHelp logo

zerocool909 / cricketapi Goto Github PK

View Code? Open in Web Editor NEW

This project forked from dynamitechetan/cricketapi

0.0 1.0 0.0 16 KB

A Flask API Server with options to get live scores, live commentary and scorecards.

Python 100.00%

cricketapi's Introduction

CricketAPI


				Cricket API - Live Scores | Commentary | ScoreCard

CricketAPI aims to provide free access to all cricket matches via API for all ODIs, Tests & T20s (International and IPL).

It includes following features:

  • Scorecards of matches
  • Ball by Ball Commentary
  • Live Scores

Usage

  • getAllMatches
    http://localhost:1234/getMatches
    This endpoint will return list of all Live and Upcoming matches.

  • liveScore
    http://localhost:1234/livescore?matchId={matchID}
    This endpoint will return live scores of {matchID}.

  • scorecard
    http://localhost:1234/scorecard?matchId={matchID}
    This endpoint will return scorecard of {matchId}.

  • getAllMatches
    http://localhost:1234/commentary?matchId={matchID}
    This endpoint will return ball by ball commentary of {matchID}.

Running and Setup

Tested on python 2.7
pip install -r requirements.txt
python server.py

Heroku

http://cricketapi.herokuapp.com/{endpoint}
eg. http://cricketapi.herokuapp.com/getMatches

cricketapi's People

Contributors

dynamitechetan avatar dravitlochan avatar

Watchers

James Cloos avatar

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.