NasirKhalid24 / Bulbapedia-Web-Scraper

Python script to web-scrape bulbapedia.net.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bulbapedia Web Scraper

Attached is a python script to web scrape Bulbapedia. The repository also includes the .csv file of the Pokemon's stats. If you encounter any errors in either the script or .csv file, feel free to reach out to me!


Objective

The purpose of this repository is to collect the data of each pokemon and store it into a .csv file for any upcoming and potential trivial projects.


About the Data

The .csv file includes the following:

  1. Dex No.
  2. Name
  3. Generation
  4. Primary Typing
  5. Secondary Typing
  6. Health
  7. Attack
  8. Defense
  9. Special Attack
  10. Special Defense
  11. Speed
  12. Base Total Stats

About

Python script to web-scrape bulbapedia.net.


Languages

Language:Python 100.0%