https://lichess.org/@/RaviharaV/blog/how-to-make-a-lichess-bot-running-24h/OLJhjtJe
@Ishaan4e said in #1:
Does anyone know how to create a lichess bot?
https://lichess.org/@/plsdontclosemyacc/blog/how-to-make-bots-without-coding/TFVaHJzO
see my blog post
@Ishaan4e said in #1:
> Does anyone know how to create a lichess bot?
https://lichess.org/@/plsdontclosemyacc/blog/how-to-make-bots-without-coding/TFVaHJzO
see my blog post
@plsdontclosemyacc said in #12:
lichess.org/@/plsdontclosemyacc/blog/how-to-make-bots-without-coding/TFVaHJzO
see my blog post
it is weak and it is not working on 24/7
https://lichess.org/@/RaviharaV/blog/how-to-make-a-lichess-bot-running-24h/OLJhjtJe
view this it haven't to code
@plsdontclosemyacc said in #12:
> lichess.org/@/plsdontclosemyacc/blog/how-to-make-bots-without-coding/TFVaHJzO
> see my blog post
it is weak and it is not working on 24/7
https://lichess.org/@/RaviharaV/blog/how-to-make-a-lichess-bot-running-24h/OLJhjtJe
view this it haven't to code
@Ishaan4e said in #1:
Does anyone know how to create a lichess bot?
It's a common question, so I answered it in a new blog post: https://lichess.org/@/thibault/blog/how-to-create-a-lichess-bot/FuKyvDuB
@Ishaan4e said in #1:
> Does anyone know how to create a lichess bot?
It's a common question, so I answered it in a new blog post: https://lichess.org/@/thibault/blog/how-to-create-a-lichess-bot/FuKyvDuB
<Comment deleted by user>
Hey guys does anyone know how to make the bot resign in bad positions? I have a bot and I want it to resign whenever it sees a hopeless position instead of playing and getting checkmated
Hey guys does anyone know how to make the bot resign in bad positions? I have a bot and I want it to resign whenever it sees a hopeless position instead of playing and getting checkmated
The bot is useless. It doesn't allow you to join tournaments. My one account got wasted. I request you all that please do not make bots. It's just wasting time.
The bot is useless. It doesn't allow you to join tournaments. My one account got wasted. I request you all that please do not make bots. It's just wasting time.
@thibault said in #14:
It's a common question, so I answered it in a new blog post: lichess.org/@/thibault/blog/how-to-create-a-lichess-bot/FuKyvDuB
thibault what abt heroku?
@thibault said in #14:
> It's a common question, so I answered it in a new blog post: lichess.org/@/thibault/blog/how-to-create-a-lichess-bot/FuKyvDuB
thibault what abt heroku?
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.
My BOT, @CHESSMASTER-ENGINE, was created by this method.
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.
My BOT, @CHESSMASTER-ENGINE, was created by this method.
You're just running Stockfish. What is the point?
You're just running Stockfish. What is the point?
This topic has been archived and can no longer be replied to.




