teemasterparser 0.2.0

Parses the data from one day in https://ddnet.tw/stats/master/ and outputs a SVG plot with total players.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# teemasterparser

Parses the data from one day in https://ddnet.tw/stats/master/ to a gnuplot format.

# example
```
wget https://ddnet.tw/stats/master/2022-01-03.tar.zstd

tar --use-compress-program=unzstd -xvf 2022-01-03.tar.zstd

teemasterparser -d 2022-01-03/

# check image.svg
```