No description
Find a file
Loic Guegan d848b9ce3c Debug
2020-10-09 14:35:08 +02:00
notify.py Debug 2020-10-09 14:35:08 +02:00
README.md Cleaning 2020-04-24 18:35:25 +02:00

Lichess Games Notifications

How to use it ?

  1. Install Berserk with pip install berserk
  2. Generate an access token on 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