Go to file
2023-03-28 00:00:37 +11:00
flake.lock initial commit 2023-03-26 18:47:11 +11:00
flake.nix initial commit 2023-03-26 18:47:11 +11:00
games.txt add last game of week 3 2023-03-27 19:53:56 +11:00
main.py track indirect ko source players 2023-03-28 00:00:37 +11:00
README.md add future notes 2023-03-26 20:08:45 +11:00

Holy Heck I Really Like Stats

Pokemon Showdown data processing, mostly for HHIRLLL's Pokemon league. Ugly as fuck.

Requirements

  • Python with sqlite
  • requests

Usage

$ ./main.py -h
usage: hhirlstats [-h] [-v] [-c] [-Q {gametime,moves,nicknames,playtime,usage}] [replay ...]

Recommended to cache replays (-c) to save issuing requests to Showdown on every query.

Run the program once with all your replays (or once for each replay), then start querying.

Future work

  • include timestamps in logs to correlate KOs with the mon that KOed
  • calculate gametime based on active turns rather than moves used
    • also solves the issue where paralyzed/confused turns are not counted