Skip to content

Latest commit

 

History

History
12 lines (11 loc) · 553 Bytes

README.md

File metadata and controls

12 lines (11 loc) · 553 Bytes

Parser

Dota 2 replay parser expanding on odota/parser to create simplified textual representations of Dota 2 matches.

Quickstart

  • Build the docker image
    docker build . --tag 'odota-parser'
  • Run the docker image
    docker run -d -p 5600:5600 --name odota-parser-container odota-parser
  • Run the parser
    cd demos/
    python parse_tournament.py --league-id 15728 --min-start-time 2023-01-01T07:00:00.000Z [Grab league-id from OpenDota Explorer]