Skip to content

JLDevOps/SCP-Extractor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SCP-Extractor

Extract information about SCPs from the wiki.

Setup

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

Usage

To run the extraction script, do the following:

  1. Run the extract.py script:

    python extract.py
  2. Run with a starting number and last number to a csv file

    python extract.py -f 1 -l 10 -c scp.csv
  3. 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.

Authors

License

Licensed under the License