Lishogi Bot

i have download all the thing for making Lishogi bot but what should i type in Command Prompt to active it

No video yet but What os are you using so that I can tell you the instructions properly

1) Install “Phyton”: www.python.org/downloads/

2) Check whether your computer is 32-bit or 64-bit (so that you know whether to download & install “Notepad++” and “7-Zip” in 32-bit or 64-bit and whether to use fairy stockfish x32 or fairy stockfish x64 versions…).

3) Install “Notepad++” (32-bit or 64-bit, depending on your computer): notepad-plus-plus.org/downloa...

4) Install 7-Zip (32-bit or 64-bit, depending on your computer): www.7-zip.org/

5) Go to github.com/TheYoBots/Lishogi-Bot
- Click on “Code” and then click “Download ZIP”
- Extract that file with “7-Zip” and put that extracted folder on your Desktop (and rename it if you want – I renamed mine into Libot)

6) Download “Stockfish” from here: github.com/ianfab/Fairy-Stockfish/releases/tag/fairy_sf_13_1

7) Put fairy stockfish engine into “engines” folder and rename it to “Fairy-Stockfish”.
- If your computer is 32-bit, then use Fairy-Stockfish 32bit
- There are 3 versions of x64 Fairy-Stockfish engines (x64, modern, bmi2):
- Versions containing largeboard have support for board sizes >8x8 (e.g., Xiangqi, Shogi), the others are faster but have less variants.
Use bmi2 versions for best performance on modern hardware, or fairy-stockfish-largeboard_x86-64.exe for best compatibility..

8) Create new account on Lishogi (this will be your BOT ACCOUNT, and you can NOT play any games on that account, otherwise you won’t be able to create your BOT!)
- Here’s a link for registration: lishogi.org/signup

9) Once you created new account, you’ll receive an E-mail to Verify your account, so go verify your account!
- After that, go here: lishogi.org/account/oauth/token
- Write “Bot token” + Check all boxes

10) Copy your “token number” and paste it into “config.yml.default file”

11) Set everything you want in your config.yml.default file (engines name, time controls to play/not play, etc.)

12) Save as “config.yml” (remove ‘default’)

13) Open CMD (Command Prompt) + Copy-paste all these commands below (one by one).
- In order to paste the command into CMD , you need to press Ctrl + V on your keyboard and then you press Enter on your keyboard.
- These are the commands:

python -m pip install --upgrade pip
cd (your bot folder's path)
pip install virtualenv
python -m venv .venv
.\.venv\Scripts\activate.bat
pip install -r requirements.txt
python lishogi-bot.py

14) Whenever you want to play with your BOT, you need to open CMD and copy-paste these 3 commands (all at once, or one by one, doesn’t matter) and then you press Enter on your keyboard.
- In my case that looks like this (in your case, only the first command will be different):
cd C:\Users\Libot\Desktop\Libot\lishogi-bot-master
.\.venv\Scripts\activate
python lishogi-bot.py

Reconnecting