aboutsummaryrefslogtreecommitdiff
path: root/README.md
blob: 486fff7252bd90d93bae76ffd7bf440acbdd93bb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# Daily Chess Puzzle

Solve today's Lichess puzzle in your terminal.

Python script `dailypuzzle.py` runs as a systemd service, fetches the FEN sequence and solution from Lichess' API which an endpoint /api/dailypuzzle on my website serves.

## Usage
`curl -sL chess.aryanmustafa.com/play | bash`

## Requirements
1. curl
2. bash
3. python3