GithubHelp home page GithubHelp logo

boundaryline_public's Introduction

Boundary Line

API for grabbing Cricket related data from various sources.

Cricket data is not available publicly and there are several enthusiasts who reinvent the wheel replicating each others' efforts to get data and build analytical tools and models on top of it. While some of this should still happen as it encourages novel approaches & research and because that is how science works, doing so in a coordinated fashion as a community will open up collaboration channels, free up bandwidth and resources for current contributors to contribute in a more impactful way to the sport, and lower the barrier for entry for new folks who want to contribute with the unique skills that they have in visualization, design, front end dev, databases, sports strategy, simulations and other as yet unimagined areas.

TBD: Extend this effort to maintaining an open source database so the scraping runs are non-redundant as well. TBD: This repo can also be used for modeling, analytics and other related items

boundaryline_public's People

Contributors

amol-desai avatar bqkr avatar jamesdeeel avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

boundaryline_public's Issues

Make scrapers object oriented

Currently the scrapers are a bunch of helper functions calling each other. Convert this into object oriented modules like a real API.
If we write better code now, there will be less tech debt and we will have less maintenance headaches in the future.

[Hawkeye] Get relevant match ids instead of looping through a range and trying

Currently there is no good way to get all match ids for completed games. So, folks have to loop through a range of numbers and see if there is an associated match id.

We can instead use the following links to get relevant match_ids

https://cricketapi-icc.pulselive.com/fixtures?matchTypes=TEST&tournamentTypes=I%2CWI&teamTypes=MEN&matchStates=C&page=0&pageSize=300&sort=desc

https://cricketapi.platform.iplt20.com//fixtures?tournamentIds= 22399&pageSize=100

For additional inspiration, see https://github.com/alittlefitness/bounceR/blob/main/R/matches.R

Thanks to @alittlefitness for bounceR and to @SachinSidhamwar for the pointer

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.