Engine communication code taken from https://github.com/ShailChoksi/lichess-bot by ShailChoksi
heroku-20
(allowing a maximum hash size of 512 mb)
- Fork this repository.
- Edit only your token in the
config.yml
file over here. - Create a new heroku app.
- Go to the
Deploy
tab and clickConnect to GitHub
. - Click on
search
and then select your fork of this repository. - Then
Enable Automatic Deploys
and then select themain
branch (which is already done by default usually) and ClickDeploy
. - Once it has been deployed, go to
Resources
tab on heroku and enableworker (bash startbot.sh)
dynos. (Do note that if you don't see any dynos in theResources
tab, then you must wait for about 5 minutes and then refresh your heroku page.)
You're now connected to lichess and awaiting challenges! Your bot is up and ready!