https://github.com/taktoa/tsloganalyzer
Analyzes TeamSpeak 3 server logs
https://github.com/taktoa/tsloganalyzer
haskell log-analysis teamspeak3
Last synced: 11 months ago
JSON representation
Analyzes TeamSpeak 3 server logs
- Host: GitHub
- URL: https://github.com/taktoa/tsloganalyzer
- Owner: taktoa
- License: gpl-3.0
- Created: 2015-08-10T22:47:25.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2017-09-06T14:40:55.000Z (over 8 years ago)
- Last Synced: 2025-01-22T09:26:40.192Z (about 1 year ago)
- Topics: haskell, log-analysis, teamspeak3
- Language: Haskell
- Size: 76.2 KB
- Stars: 1
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# TSLogAnalyzer
Analyzes TeamSpeak 3 server logs and produces statistics
## Update to latest version of Cabal.
```sh
cabal update
cabal install cabal-install
```
## Initialize a sandbox and install the package's dependencies.
```sh
make install
```
## For Nix users:
```sh
make nix-shell
```
## Configure & build the package.
```sh
make configure
make build
```
## Test package.
```sh
make test
```
## Run executable.
```sh
make run
```
## Start REPL.
```sh
make repl
```
## Generate documentation.
```sh
make haddock
```
## Analyze coverage.
```sh
make hpc
```