Difference between revisions of "Lichess"
Jump to navigation
Jump to search
Line 9: | Line 9: | ||
= Bot account = | = Bot account = | ||
* https://lichess.org/api#operation/apiStreamEvent | * https://lichess.org/api#operation/apiStreamEvent | ||
+ | Upgrade account to bot via: | ||
+ | <source lang='bash'> | ||
+ | curl -d '' https://lichess.org/api/bot/account/upgrade -H "Authorization: Bearer <yourTokenHere>" | ||
+ | </source> | ||
* https://lichess.org/blog/WvDNticAAMu_mHKP/welcome-lichess-bots | * https://lichess.org/blog/WvDNticAAMu_mHKP/welcome-lichess-bots | ||
[[Category:Chess]] | [[Category:Chess]] |
Revision as of 06:53, 28 October 2019
Motivation
PlayChessWithAWebCam shall be integrated with lichess.org
Links
- https://github.com/lichess-org/api/blob/master/doc/specs/lichess-api.yaml
- https://github.com/careless25/lichess-bot
Bot account
Upgrade account to bot via:
curl -d '' https://lichess.org/api/bot/account/upgrade -H "Authorization: Bearer <yourTokenHere>"