Skip to content

Replay parse server generating JSON log events from Dota 2 replay files

License

Notifications You must be signed in to change notification settings

DoubleGremlin181/odota-parser

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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]

About

Replay parse server generating JSON log events from Dota 2 replay files

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 94.0%
  • Shell 5.7%
  • Dockerfile 0.3%