- Author PeiShang
- The OpenDota web api in python
- Python version 3.0+
- You can Clone the repository to your local machine via:
git clone git://github.com/PeiShang/opendota2
- Then cd to the folder and run:
cd opendota2
pip install .
- You can import and use the pakages like:
import opendota2 as od
match_data = od.get_match(match_id=3812844133) # Get the match data
See the OpenDota web api for more information about parameters