Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/edg-l/teemasterparser

Command line tool to parse and analyze data from https://ddnet.tw/stats/master/
https://github.com/edg-l/teemasterparser

command-line-tool ddnet ddracenetwork teeworlds

Last synced: about 2 months ago
JSON representation

Command line tool to parse and analyze data from https://ddnet.tw/stats/master/

Awesome Lists containing this project

README

        

# teemasterparser
[![Version](https://img.shields.io/crates/v/teemasterparser)](https://crates.io/crates/teemasterparser)
[![Downloads](https://img.shields.io/crates/d/teemasterparser)](https://crates.io/crates/teemasterparser)
[![License](https://img.shields.io/crates/l/teemasterparser)](https://crates.io/crates/teemasterparser)
![Rust](https://github.com/edg-l/teemasterparser/workflows/Rust/badge.svg)

Command line tool to parse and analyze data from https://ddnet.tw/stats/master/

# Install
```bash
cargo install teemasterparser
```

## Help
```bash
Usage: teemasterparser [OPTIONS]

Commands:
graph Create graphics
gamemodes Game mode related commands
help Print this message or the help of the given subcommand(s)

Options:
-d, --date The day to parse. Defaults to yesterday. Format must be %Y-%m-%d
-h, --help Print help information
-V, --version Print version information
```

## Run

Run
```bash
teemasterparser -o example.svg
```

## Example Result

![Example image](example.svg "Example")