Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 2 months ago
JSON representation
Command line tool to parse and analyze data from https://ddnet.tw/stats/master/
- Host: GitHub
- URL: https://github.com/edg-l/teemasterparser
- Owner: edg-l
- License: mit
- Created: 2021-05-21T07:53:39.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-11-11T11:13:47.000Z (about 2 years ago)
- Last Synced: 2024-05-01T17:52:19.306Z (8 months ago)
- Topics: command-line-tool, ddnet, ddracenetwork, teeworlds
- Language: Rust
- Homepage: https://crates.io/crates/teemasterparser
- Size: 3.96 MB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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")