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.
https://lichess.org/api/bot/game/{gameId}/move/{move}
I KNOW MAKING A BOT
how
https://lichess.org/blog/WvDNticAAMu_mHKP/welcome-lichess-bots#:~:text=Lichess%20Bots%20are%20for%3A%201%20Connected%20physical%20boards,you%20can%20think%20of%20that%20can%20play%20chess
http://letmegooglethat.com/?q=how+to+make+a+lichess+bot
I mean move auto.
- Create a new lichess account and confirm it. Don't play any games on it, though.
- https://lichess.org/api. Go to BOT, and then go to "Upgrade BOT account"
- Create a personal API token
- Check all boxes
- Copy the code it gives you
- Open CMD (Command Prompt)
- Type this text into the Command Prompt: curl -d '' https://lichess.org/api/bot/account/upgrade -H "Authorization: Bearer YourTokenCodeHere"
- Press enter. The text "YourTokenCodeHere" is where you should put your token code from the API access token.
- View your profile. Your New Username should have a "BOT" in front.
- 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 :)