https://github.com/jdenen/lichex
Lichess tracker
https://github.com/jdenen/lichex
Last synced: 3 months ago
JSON representation
Lichess tracker
- Host: GitHub
- URL: https://github.com/jdenen/lichex
- Owner: jdenen
- License: apache-2.0
- Created: 2020-10-08T20:15:27.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2020-10-10T04:39:08.000Z (over 4 years ago)
- Last Synced: 2024-10-29T08:42:03.159Z (8 months ago)
- Language: Elixir
- Size: 44.9 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Lichex
Small app with CLI tasks for tracking [Lichess](https://lichess.org) progress (or lack thereof).## Usage
Chart a user's progress in a variant or game speed (like `rapid` or `chess960`) with:mix chart.$variant $user
Summarize a user's last 100 games with:
mix recap $user
mix recap $user --count 42
## Setup
Grab dependencies and compile:mix do deps.get, compile
A `LICHESS_API_TOKEN` environment variable _must_ be set at compile time.
I suggest using [direnv](https://direnv.net/) to set your `LICHESS_API_TOKEN` in this project only. The root `.envrc` file is ignored, so there's no risk of committing your token.