https://wiki.multitheftauto.com/wiki
- Python 3.x
pip install -r requirements.txt
-
Scrape:
python scrape.pyThis will scrape the old wiki for functions and events by type and category, then generate their .yaml files in the
outputdirectory. -
Copy files:
python copy_files.pyThis will copy the generated .yaml files to the
/functionsand/eventsdirectories in the repository root, but before the files are placed in a temporary location for review.
