Skip to content

Nailec/ps-replay-parser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ps-replay-parser

A tool to parse replays of pokemon battles !

This programs takes the following parameters :

  • address # the location of the file containing the replay links
  • format # the format of the battles (useful to filter out a gen in a tour for example)
  • output_type # If teams returns a csv of the teams with the format below. If stats returns the usage of each pokemon+type combination (monotype only)

examples on how to run the program :
go run *.go ~/lcuu_replays gen7lcuu teams

teams output format :
player_name;team_type;lead;battle_length;dynamaxed_pokemon;dynamax_turn;pokemon1;item;move1;move2;move3;move4;pokemon2;(...);pokemon6;item;move1;move2;move3;move4;result # result is W or L

About

A tool to parse replays of pokemon battles !

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages