lichess.org
Donate

How do you make a BOT

@niz_the_king said in #1:
> Does someone knows how to make a bot
use To make a BOT account and see your BOT moving automatically create a new account with 0 games and go to http://easychess.herokuapp.com/ and make sure you have to login with your new account 1st then click the link, when you click the link scroll down click Lichess bot and authorize Lichess bot wait for 1 min then go to your account it will become a BOT and make sure you have to open easy chess to see your BOT moving automatically!
youtu.be/CMdoTl44NWc
Blog about this topic -- lichess.org/@/SamannOyB/blog/making-a-lichess-bot/RLsNeaPB

Download Shail Chokshi (Official Lichess BOT Driver) -- github.com/ShailChoksi/lichess-bot .

Download Python -- www.python.org

Download Notepad++ -- notepad-plus-plus.org

Download your desired Engine (say, Stockfish) -- stockfishchess.org

Now, copy the Stockfish.exe file and paste it in the engines folder of Shail Chokshi.

Now, go back, and in the folder of Shail Chokshi, you will locate a file named config.yml.default. Open the file with notepad++.

Now, go to lichess.org, register a new account(don't play any games in it ) and create an API token. Copy the API token.

Paste the token on the first line of the config.yml file. Read the full document and make your desired changes.

Now save the file, remove the .default.

Now, paste the following commands in CMD :-

python --version
python –m pip install virtualenv
python –m pip install --upgrade pip
virtualenv .\.venv
-p python.\.venv\Scripts\activatepip install –r requirements.txtpython lichess-bot.py –u

If you pasted it okay, then it will be done. Your lichess BOT will be ready. It will display you a welcome message.

You can also watch YouTube for tutorials.

Also see this -- lichess.org/@/thibault/blog/how-to-create-a-lichess-bot/FuKyvDuB

And JoshuaDS is an expert at it -- @JoshuaDS
Thanks
Nope but that is my highest rating on lichess on my other account
<Comment deleted by user>

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