Skip to content

benjaminheng/tetrio-metrics

Repository files navigation

Tetr.io metrics for personal use

A small program to periodically fetch a user's tetr.io replays. Replays are saved to a database. This program is for personal use and will only support fetching a single user's replays. I intend to use this data to track my performance over time.

Getting started

  1. Clone this repository
    $ git clone [email protected]:benjaminheng/tetrio-metrics.git
  2. Install the golang-migrate CLI tool
    $ go install -tags 'sqlite3' github.com/golang-migrate/migrate/v4/cmd/migrate@latest
  3. Initialize the sqlite3 database
    $ make migrate-up
  4. Initialize the configuration file
    $ cp config.toml.example config.toml
    $ vim config.toml # update `TetrioUserID` to your user ID
  5. Install tetrio-metrics
    $ make install
  6. Run tetrio-metrics
    $ tetrio-metrics
    

About

No description or website provided.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages