From e0bd76ef9a8fc34aaf3fee0ad08c703ecb68236e Mon Sep 17 00:00:00 2001 From: n0tori <188390306+n0tori@users.noreply.github.com> Date: Wed, 17 Jun 2026 21:16:57 +0100 Subject: readme --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 README.md (limited to 'README.md') 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 -- cgit v1.2.3