Skip to content

M4THYOU/prop_odds_python_example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Prop_Odds Python Example

An example of how to get the odds for one market of one NBA game today using the Prop_Odds API.

The example code is in main.py.

How to Run it

  1. Enter the project.
  2. Run it. python3 main.py.
  3. If that failed, you probably need to install the dependencies with pip. pip3 install requests.
  4. Run it again. python3 main.py.