Skip to content

Latest commit

 

History

History
24 lines (23 loc) · 759 Bytes

README.md

File metadata and controls

24 lines (23 loc) · 759 Bytes

opendota2 v0.1.1

1.Requirement

  • Python version 3.0+

2.Download and install

  • 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 .

3.Usage

  • 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