A tool to create statistics from the bot logs of r/TranscribersOfReddit.
First, make sure you have the prerequisites installed:
- Python
- Pip
Clone the project:
# Using HTTPS:
$ git clone https://github.com/TimJentzsch/tor-log-analyzer.git
# Using SSH:
$ git clone git@github.com:TimJentzsch/tor-log-analyzer.git
# Using GitHub CLI:
$ gh repo clone TimJentzsch/tor-log-analyzerNavigate to the folder:
$ cd tor-log-analyzerInstall the dependencies:
$ pip install -r requirements.txtPut the log file that you want to analyze in input/input.log. Then run the tool:
$ ./log_analyzer.py
# Or use python directly:
$ python log_analyzer.pyThe stats will be put in output/ by default. A lot of the behavior and colors can be configured. Use the help command to find out more:
$ ./log_analyzer.py -h