Git Product home page Git Product logo

Comments (1)

toddrob99 avatar toddrob99 commented on August 30, 2024 1

First, I would suggest storing a list/dict of team names and ids, and creating a function to look up the team id from the team name that the user enters. Then you can use the team id(s) for the API call. You can also use the statsapi.lookup_team() method, but it may be faster to do it locally.

For the date/year, I would suggest creating a function that takes the user input and decides what date(s) to use. If the input is a year, use start_date = 1/1/XXXX and end_date = 12/31/XXXX. If the input is a date, make sure it's formatted either YYYY-MM-DD or MM/DD/YYYY.

Then use the statsapi.schedule() method to look up the games, using the date or (start_date and end_date), team_id, and opponent_team_id that you looked up from user input.

from mlb-statsapi.

Related Issues (20)

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.