Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 742 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 742 Bytes

SS13 Runtime Parser

A python based parser that parses SS13 runtime logs and makes github issues per runtime. The repository includes a config setup for the ParadiseStation codebase

Installation requirements

You'll need the 'pygithub' package to run this script.

pip install pygithub

Configuration

Make sure that you have a filled out config file in the config directory. An example is found in the config/example directory. The example config is configured for the ParadiseStation SS13 server.

Running

To run the program simply start a command line and type:

py ./runtime_parses.py [relative_path_to_runtime_file]

The file will default to runtime.log in the directory where the script is located if no parameter is given.