Skip to content

Latest commit

 

History

History
35 lines (26 loc) · 622 Bytes

README.md

File metadata and controls

35 lines (26 loc) · 622 Bytes

serebii-parser

Python scripts to help parse Pokemon info from serebii.net

Development Environment

python 3.7

Instal Requirements

pip install -r requirements.txt

Generate Pokedex Data

Pokemon Sword and Shied

python parse_swsh.py

Check outputs in data/pokedex-swsh.csv and data/pokedex-swsh.json

Pokemon Brilliant Diamond and Shining Pearl

python parse_bdsp.py

Check outputs in data/pokedex-bdsp.csv and data/pokedex-bdsp.json

Pokemon Scarlet and Violet

python parse_sv.py

Check outputs in data/pokedex-sv.csv and data/pokedex-sv.json