Skip to content

erickzzh/basketballSim-

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

basketballSim-

this program is compatiable with python 3.5 and above

  1. install python wrapper for non-commercial use
$ python3 -m pip install ohmysportsfeedspy

$ python3 -m pip install matplotlib

$ python3 -m pip install pandas

add

        if "player" in params:
            filename += "-" + params["player"]

        if "team" in params:
            filename += "-" + params["team"]

under FILE v1_0.py FUNCTION __make_output_filename /Library/Frameworks/Python.framework/Versions/3.5/lib/python3.5/site-packages/ohmysportsfeeds

  1. go to https://www.mysportsfeeds.com/login and register a username and password
  2. type in the username and password into the username_password.py file
  3. cd into the main file
  4. run the sortData.py file and follow the instructions, data should be stored in a local filed called "results"

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages