Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pkmn/stats
Pokémon Showdown battle log processing and usage stats generation logic
https://github.com/pkmn/stats
anonymity log-processing pokemon pokemon-showdown split-apply-combine statistics usage
Last synced: 22 days ago
JSON representation
Pokémon Showdown battle log processing and usage stats generation logic
- Host: GitHub
- URL: https://github.com/pkmn/stats
- Owner: pkmn
- License: mit
- Created: 2020-09-20T23:23:11.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-11-04T17:05:40.000Z (about 2 months ago)
- Last Synced: 2024-11-24T07:33:48.211Z (about 1 month ago)
- Topics: anonymity, log-processing, pokemon, pokemon-showdown, split-apply-combine, statistics, usage
- Language: TypeScript
- Homepage:
- Size: 2.24 MB
- Stars: 6
- Watchers: 6
- Forks: 1
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
This is the top level of [`@pkmn`](https://pkmn.cc/@pkmn/)'s Pokémon Showdown battle logs
processing and analysis components.- [`@pkmn/stats`](stats): core logic required for parsing and analyzing Pokémon Showdown battle
logs, classifying specific types of teams or Pokémon, and producing various reports about their
usage
- [`@pkmn/anon`](anon): code to anonymize Pokémon Showdown teams and battle logs
- [`@pkmn/logs`](logs): framework for processing hundreds of gigabytes/terabytes of Pokémon Showdown
battle simulator logs/archives efficientlyEverything in this repository is distributed under the terms of the [MIT License](LICENSE).