So i want to make a bot account. how do i do that ? i tried searching the web but the results werent clear so i asked here.
So i want to make a bot account. how do i do that ? i tried searching the web but the results werent clear so i asked here.
So i want to make a bot account. how do i do that ? i tried searching the web but the results werent clear so i asked here.
@UtterDespair said in #1:
So i want to make a bot account. how do i do that ? i tried searching the web but the results werent clear so i asked here.
https://lichess.org/study/gvwlFVIs
It's easy, use the "Search"-function......
it was 3 days ago cuz i forgot to post but thx
@UtterDespair https://letmegooglethat.com/?q=How+to+make+a+lichess+bot the easiest way. thats how my bot, @heronbot started off. or try this to make a strong bot ( i use this one ): https://github.com/hyperchessbot/hyperbot#readme
these are the easiest ways, no coding knowledge required.
Blog about this topic -- https://lichess.org/@/SamannOyB/blog/making-a-lichess-bot/RLsNeaPB
Download Shail Chokshi (Official Lichess BOT Driver) -- https://github.com/ShailChoksi/lichess-bot .
Download Python -- https://www.python.org
Download Notepad++ -- https://notepad-plus-plus.org
Download your desired Engine (say, Stockfish) -- https://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.
@CHESSMASTER-ENGINE, my BOT(though offline for over 2 months), was created by the above mentioned method. Another thing, Fairy-Stockfish is far more powerful than Normal Stockfish.
Login to this website http://easychess.herokuapp.com/ and chose lichess bot and you will be a lichess bot
This topic has been archived and can no longer be replied to.