aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorLoic Guegan <manzerbredes@mailbox.org>2020-04-24 17:20:43 +0200
committerLoic Guegan <manzerbredes@mailbox.org>2020-04-24 17:20:43 +0200
commitbf9c2444942e861c1b5cae24573acb71ac7a4cae (patch)
treefb15559106d2e09704a9a31d83da18f136d0a7ee /README.md
Init repo
Diffstat (limited to 'README.md')
-rw-r--r--README.md11
1 files changed, 11 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..488d217
--- /dev/null
+++ b/README.md
@@ -0,0 +1,11 @@
+# Lichess Game Notification
+
+### How to use it ?
+
+ 1. Install [Berserk](https://github.com/rhgrant10/berserk) with `pip install berserk`
+ 2. Generate an access token on [Lichess.org](https://lichess.org)
+ 3. Set the value of **ACCESS_TOKEN** variable in *notify.py* to the one use in step 2
+ 4. Now each time you want to check for notification simply run **./notify.py** (use crontab maybe)
+### Dependencies
+- `notify-send` This command should be available!
+- `berserk` The lichess python API