Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 432 Bytes

File metadata and controls

13 lines (10 loc) · 432 Bytes

genwikiscraper

A Python based scraper for Genshin Impact's Fandom Wikia website which parses data and outputs them into a .csv file.

Requirements :

  • python 3.9+
  • urllib: To make HTTP requests.
  • BeautifulSoup: To parse HTML and extract data.
  • pandas: To manage and manipulate the data.
  • Your choice of csv reader

Instructions :

Just run the .py files and they will output the data into their respective .csv file.