Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pkmn/randbats
Pokémon Showdown's Random Battle sets
https://github.com/pkmn/randbats
data git-scraping pokemon pokemon-showdown
Last synced: 22 days ago
JSON representation
Pokémon Showdown's Random Battle sets
- Host: GitHub
- URL: https://github.com/pkmn/randbats
- Owner: pkmn
- License: mit
- Created: 2020-11-12T22:20:12.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2024-10-29T13:27:30.000Z (about 2 months ago)
- Last Synced: 2024-10-29T16:05:25.537Z (about 2 months ago)
- Topics: data, git-scraping, pokemon, pokemon-showdown
- Language: JavaScript
- Homepage: https://pkmn.github.io/randbats/
- Size: 35.4 MB
- Stars: 30
- Watchers: 3
- Forks: 13
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[Automatically updating repository](https://simonwillison.net/2020/Oct/9/git-scraping/) containing
the latest options for Pokémon Showdown's standard Random Battle formats. Every
[hour](https://github.com/pkmn/randbats/tree/main/.github/workflows/update.yml) the submodule of
[smogon/pokemon-showdown](https://github.com/smogon/pokemon-showdown) in
[`vendor/`](https://github.com/pkmn/randbats/tree/main/vendor) is synced and the
[`update`](https://github.com/pkmn/randbats/tree/main/update) script generates 100,000 teams for
each of the supported Random Battles formats, outputting the set options from the aggregated results
to [`data/`](https://github.com/pkmn/randbats/tree/main/data). These can be accessed via
`https://data.pkmn.cc/randbats/`, e.g.
[https://data.pkmn.cc/randbats/gen8randombattle.json](https://data.pkmn.cc/randbats/gen8randombattle.json).
[`data/stats/`](https://github.com/pkmn/randbats/tree/main/data/stats) which can be accessed via
`https://data.pkmn.cc/randbats/stats`, also exists and provides further details on the how often the
various options occured during the simulation.The data provided here is used by various popular applications such as [Pokémon Showdown's Damage
Calculator](https://calc.pokemonshowdown.com/) and the
[Showdex](https://github.com/doshidak/showdex) and [Pokémon Showdown Randbats
Tooltip](https://github.com/pkmn/randbats/tree/main/extension) browser extensions.
[https://data.pkmn.cc](https://data.pkmn.cc) also serves [Smogon](https://smogon.com) data, see
[https://github.com/pkmn/smogon](https://github.com/pkmn/smogon) for more details.