diff options
| author | n0tori <188390306+n0tori@users.noreply.github.com> | 2026-06-17 21:16:57 +0100 |
|---|---|---|
| committer | n0tori <188390306+n0tori@users.noreply.github.com> | 2026-06-17 21:16:57 +0100 |
| commit | e0bd76ef9a8fc34aaf3fee0ad08c703ecb68236e (patch) | |
| tree | 7a0f3865ecb4e1102bc8f0ddafaa6b802c0ef10e /README.md | |
| parent | 52fdbc7682b53d9876e9550ace399b7280450a23 (diff) | |
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..486fff7 --- /dev/null +++ b/README.md @@ -0,0 +1,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 |
