- Blind mode tutorial
lichess.org
Donate

How to create a bot

@pkill said in #10:

then read the documentation for how to create a client to interface with the api endpoints. this project might be more difficult than you anticipate, but scroll down to clients, and you have a python bot right there.
Its python and java
Can u tell github way to make bot in lichess only

@pkill said in #10: > then read the documentation for how to create a client to interface with the api endpoints. this project might be more difficult than you anticipate, but scroll down to clients, and you have a python bot right there. Its python and java Can u tell github way to make bot in lichess only
<Comment deleted by user>
  1. Create a new lichess account and confirm it. Don't play any games on it, though.
  2. 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 '' 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. 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 '' 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 :)

@pkill said in #12:

lol idk if you are trolling me..

github.com/ShailChoksi/lichess-bot
I just want to know not trolling

@pkill said in #12: > lol idk if you are trolling me.. > > github.com/ShailChoksi/lichess-bot I just want to know not trolling
<Comment deleted by user>

@pkill said in #16:

i don't know where you are stuck. or what 6-10 is, but those look like windows instructions on how to configure your account to bot mode. i dont even know if you are on windows.

but those are the first steps here in the api documentation. lichess.org/api#tag/Bot

you have to read all of that to understand how the bot interacts with lichess. it is probably some kind of command line interface that sends its requests to a specific url. but in order to do that you will need to read the documentation.

not gonna lie, im not going to read it for you.. but if you come to a point where you are stuck, and you can explain your problem, we can work it out.
6 to 10 means 6. Open CMD (Command Prompt)

  1. Type this text into the Command Prompt: curl -d '' lichess.org/api/bot/account/upgrade -H "Authorization: Bearer YourTokenCodeHere"
  2. Press enter. The text "YourTokenCodeHere" is where you should put your token code from the API access token.
  3. View your profile. Your New Username should have a "BOT" in front.
  4. Have fun with your BOT :) from here I cant understand
@pkill said in #16: > i don't know where you are stuck. or what 6-10 is, but those look like windows instructions on how to configure your account to bot mode. i dont even know if you are on windows. > > but those are the first steps here in the api documentation. lichess.org/api#tag/Bot > > you have to read all of that to understand how the bot interacts with lichess. it is probably some kind of command line interface that sends its requests to a specific url. but in order to do that you will need to read the documentation. > > not gonna lie, im not going to read it for you.. but if you come to a point where you are stuck, and you can explain your problem, we can work it out. 6 to 10 means 6. Open CMD (Command Prompt) 7. Type this text into the Command Prompt: curl -d '' 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 :) from here I cant understand

@The-Ultra-Legend-Guy said in #8:

I want coded bot its uncoded ik
Plz explain me coded bot
why can't u do it in this only it will be easy.

@The-Ultra-Legend-Guy said in #8: > I want coded bot its uncoded ik > Plz explain me coded bot why can't u do it in this only it will be easy.

I need coded bot by github and I cant understand what's is cmd commands promot how can we do this

I need coded bot by github and I cant understand what's is cmd commands promot how can we do this

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