PokeAPI / pokedex

PokeAPI's fork for adding gen-8 data.
https://github.com/PokeAPI/pokedex/tree/master-pokeapi/pokeapi
MIT License
43 stars 40 forks source link

Add Gen 9 Pokemon Egg Group Ids #153

Closed SKCwillie closed 1 year ago

SKCwillie commented 1 year ago

add script and update egg move info

scripts scrapes bulbapedia, then matches ids, and updates pokemon_egg_groups.csv. in this case, this will add Gen 9 data to the csv.

Naramsim commented 1 year ago

Can you submit the data to PokeAPI/pokeapi and leave the script alone here?

SKCwillie commented 1 year ago

Is that the general format to follow? scripts in this repo and data changes in the pokeapi repo?

Naramsim commented 1 year ago

Not really, but the data here is not up-to-date. So it's better to sync it beforehand and then merge your PR. But since in PokeAPI/pokeapi we already have your submitted data, we won't need it here anymore.