Skip to content

PeiShang/opendota2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published

Languages