- Blind mode tutorial
lichess.org
Donate

How to create a https://lichess.org BOT

Hi, does anyone know how to make a https://lichess.org BOT? I don't know how.

Hi, does anyone know how to make a https://lichess.org BOT? I don't know how.

@Isaacwb
I don’t even know what it is... I don’t know how to do that... might want to search on web?

@Isaacwb I don’t even know what it is... I don’t know how to do that... might want to search on web?

https://lichess.org/api

If you know how to program, use their api in conjunction with whatever AI you're using/developing.

https://lichess.org/api If you know how to program, use their api in conjunction with whatever AI you're using/developing.
  1. Create a new lichess account and confirm it. Don't play any games on it, though.
  2. https://lichess.org/api. Go to BOT, and then go to "Upgrade BOT account"
  3. Create a personal API token
  4. Check all boxes
  5. Copy the code it gives you
  6. Open CMD (Command Prompt)
  7. Type this text into the Command Prompt: curl -d '' https://lichess.org/api/bot/account/upgrade -H "Authorization: Bearer YourTokenCodeHere"
  8. Press enter. The text "YourTokenCodeHere" is where you should put your token code from the API access token.
  9. View your profile. Your New Username should have a "BOT" in front.
  10. Have fun with your BOT :)
1. Create a new lichess account and confirm it. Don't play any games on it, though. 2. https://lichess.org/api. Go to BOT, and then go to "Upgrade BOT account" 3. Create a personal API token 4. Check all boxes 5. Copy the code it gives you 6. Open CMD (Command Prompt) 7. Type this text into the Command Prompt: curl -d '' https://lichess.org/api/bot/account/upgrade -H "Authorization: Bearer YourTokenCodeHere" 8. Press enter. The text "YourTokenCodeHere" is where you should put your token code from the API access token. 9. View your profile. Your New Username should have a "BOT" in front. 10. Have fun with your BOT :)

This topic has been archived and can no longer be replied to.