A web scraper for Pokémon data in Python, using pokemondb.net
- Clone this project
- Install dependencies above -
pip install beautifulsoup4 pandas
- Run
scraper.py
- After a delay of ~70 seconds with the default number of workers, a file named
list.txt
will contain all the collected data.
- Seemingly randomly, the scraper will fail at the last moment and crash. Given its inconsistency, it's difficult for me to figure out the problem.