This project targets to scrape the Wowhead website and extract information about NPCs and quests. These information are used for localization of the Questie Addon.
You will need Python to run any part of this project and the modules can be installed using the requirements.txt
:
pip install -r requirements.txt
Currently this project can only be used via command line:
python runner.py
The available parameters are:
Parameter | Type | Description | Possible values | Default |
---|---|---|---|---|
-l , --lang |
str |
The language you want to scrape. | en , de , fr , es , ru , cn , pt |
en |
-t , --target |
str |
The target you want to scrape. | npc , quest |
npc |