A Python based scraper for Genshin Impact's Fandom Wikia website which parses data and outputs them into a .csv file.
- 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
Just run the .py files and they will output the data into their respective .csv file.