JLDevOps / SCP-Extractor

Download information about SCPs from http://www.scp-wiki.net/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Download information about SCPs from http://www.scp-wiki.net/

License:Apache License 2.0


Languages

Language:Python 94.1%Language:CSS 3.6%Language:HTML 2.3%