see lichess.org/@/Rishab_Bindal it is my bot on lichess and run on Heroku
so how i can make it on lishogi
Lishogi Bot
i was saying how to make a bot on lishogi using Heroku
create a bash script "startbot.sh" to start the bot in lishogi bot directory , which changes the engine's execute permission:
#!/bin/bash
chmod a+x engines/fairy-stockfish
ls engines -l
python lishogi-bot.py
the Procfile is:
worker: bash startbot.sh
also make sure that the .gitignore file is empty
and simply run it on heroku
any errors mention it here
I was mentioned here? I got a ping notification directing to this forum. Was it edited?
ok but when i make a lichess there i just fork github.com/OIVAS7572/lichess-bot and made a heroku app and connect to github and deploy branch it is done
so in lishogi also this way can be done?? or i have to fork othere github repo
@Libot_v2 said in #19:
> github.com/The-bot-makers/Lishogi-Bot
is this for heroku??