Skip to content

A python based parser that parses the runtime log and makes github issues per runtime

License

Notifications You must be signed in to change notification settings

farie82/ss13-runtimelog-parser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

A python based parser that parses the runtime log and makes github issues per runtime

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages