Extract information about SCPs from the wiki.
You will need to have Python 3.x installed.
After installing Python 3.x, you can download the necessary python packages via
pip install -r requirements.txt
To run the extraction script, do the following:
-
Run the extract.py script:
python extract.py
-
Run with a starting number and last number to a csv file
python extract.py -f 1 -l 10 -c scp.csv
-
Run with a starting number and last number to a txt file
python extract.py -f 1 -l 10 -t scp.txt
Note: You may have to update the script to extract more SCP information.
- Jimmy Le - Jldevops
Licensed under the License