All Projects → dynamitechetan → CricketAPI

dynamitechetan / CricketAPI

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

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to CricketAPI

IPLSimulator
A ball-by-ball IPL T20 cricket simulator, you can make your own custom games, teams, or even simulate the entire tournament (all 7200 balls of it!)
Stars: ✭ 25 (+19.05%)
Mutual labels:  cricket, ipl
Utlyz-CLI
Let's you to access your FB account from the command line and returns various things number of unread notifications, messages or friend requests you have.
Stars: ✭ 30 (+42.86%)
Mutual labels:  cricket, cricbuzz
oms.py
🔨 A micro-framework for the OMS, and code written in Python 3.6+.
Stars: ✭ 106 (+404.76%)
Mutual labels:  flask-api
logtoes
Demo of Asynchronous pattern (worker) using Python Flask & Celery
Stars: ✭ 49 (+133.33%)
Mutual labels:  flask-api
criclive
Live Cricket Scores in Command Line.
Stars: ✭ 22 (+4.76%)
Mutual labels:  cricket
username-availability-checker
Live at : https://username-check.herokuapp.com/
Stars: ✭ 84 (+300%)
Mutual labels:  flask-api
Audio-Classification-using-CNN-MLP
Multi class audio classification using Deep Learning (MLP, CNN): The objective of this project is to build a multi class classifier to identify sound of a bee, cricket or noise.
Stars: ✭ 36 (+71.43%)
Mutual labels:  cricket
Water-classifier-fastai
Deploy your Flask web app classifier on Heroku which is written using fastai library.
Stars: ✭ 37 (+76.19%)
Mutual labels:  flask-api
flask-skeleton-api
A boilerplate Python API made with Flask used by Ceuma Group developers team.
Stars: ✭ 18 (-14.29%)
Mutual labels:  flask-api
cricketdata
International cricket data for men and women, Tests, ODIs and T20s
Stars: ✭ 66 (+214.29%)
Mutual labels:  cricket
doodlecricket.github.io
Doodle Cricket
Stars: ✭ 66 (+214.29%)
Mutual labels:  cricket
flask-arrested
Flask-Arrested: A Framework For Rapidly Building REST APIs with Flask.
Stars: ✭ 40 (+90.48%)
Mutual labels:  flask-api
TF2DeepFloorplan
TF2 Deep FloorPlan Recognition using a Multi-task Network with Room-boundary-Guided Attention. Enable tensorboard, quantization, flask, tflite, docker, github actions and google colab.
Stars: ✭ 98 (+366.67%)
Mutual labels:  flask-api
Flask-Deep-Learning-NLP-API
Flask API to productize a document classification model. Classification model was built using Keras with tensorflow backend
Stars: ✭ 26 (+23.81%)
Mutual labels:  flask-api
ASD-ML-API
This project has 3 goals: To find out the best machine learning pipeline for predicting ASD cases using genetic algorithms, via the TPOT library. (Classification Problem) Compare the accuracy of the accuracy of the determined pipeline, with a standard Naive-Bayes classifier. Saving the classifier as an external file, and use this file in a Flask…
Stars: ✭ 14 (-33.33%)
Mutual labels:  flask-api
scraped-tvtime-api
A free TVTime API based on scraping TVTime website. No API key required
Stars: ✭ 23 (+9.52%)
Mutual labels:  flask-api
ICC-2019-WC-prediction
Predicting the winner of 2019 cricket world cup using random forest algorithm
Stars: ✭ 41 (+95.24%)
Mutual labels:  cricket
Nectus
A boilerplate Flask API for a Fullstack Project with some additional packages and configuration prebuilt. ⚙
Stars: ✭ 32 (+52.38%)
Mutual labels:  flask-api
programmingbuddies-api
API backend for Programming Buddies (projects management)
Stars: ✭ 14 (-33.33%)
Mutual labels:  flask-api
Champ
A Telegram bot combined with python to serve some basic functions like weather, music charts, cricket score and much more.
Stars: ✭ 22 (+4.76%)
Mutual labels:  cricket

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].