Difference between revisions of "Lichess"

From BITPlan Wiki
Jump to navigation Jump to search
Line 3: Line 3:
 
* https://github.com/WolfgangFahl/play-chess-with-a-webcam/issues/17
 
* https://github.com/WolfgangFahl/play-chess-with-a-webcam/issues/17
 
* https://lichess.org/forum/team-lichess-bots/integrate-play-chess-with-a-webcam-with-lichess
 
* https://lichess.org/forum/team-lichess-bots/integrate-play-chess-with-a-webcam-with-lichess
 +
== Source code ==
 +
* https://github.com/WolfgangFahl/play-chess-with-a-webcam/blob/master/pcwawc/lichess.py
 +
* https://github.com/WolfgangFahl/play-chess-with-a-webcam/blob/master/tests/test_lichess.py
  
 
= Links =
 
= Links =

Revision as of 17:41, 21 December 2019

Motivation

PlayChessWithAWebCam shall be integrated with lichess.org

Source code

Links

Bot account

Upgrade account to bot via:

curl -d '' https://lichess.org/api/bot/account/upgrade -H "Authorization: Bearer <yourTokenHere>"

Lichess Bot APIS

Python lichess-bot

Python berserk

Bot-o-Tron (Javascript)

git clone https://github.com/tailuge/bot-o-tron
cd bot-o-tron
curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.34.0/install.sh | bash
# relogin since bash profile is changed ...
nvm install v10.15.3
npm install -g yarn
npm i -D nyc
yarn install
export API_TOKEN=xxxxxxxxxx
yarn test
yarn start

Lichess history