blob: 0707a946d2abbdcd294405d21b8c17292953916f (
plain)
1
2
3
4
5
6
7
8
9
10
|
# Lichess Games Notifications
### 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
|