MAINTAINERS
lichess-bot
Engine communication code taken from https://github.com/ShailChoksi/lichess-bot by ShailChoksi
Bot Information
- Engine Stockfish (dev)
- Using Book super book
lichess-bot
-
A bridge between Lichess API and bots.
-
This bot is made with Python and it is running using stack container and is concentrated on heroku.
-
How to Install on Heroku
-
Import or Fork this repository to your Github.
-
Open the
config.yml
file and insert your API access token in to token option and commit changes over here. go to create a new app in Heroku. -
In heroku, in the
Deploy
tab click onConnect to GitHub
and then click onsearch
and select your fork/import of this repository. -
Now scroll down and under
Manual deploy
, click ondeploy
with themaster
branch selected.
Note: You could alsoEnable Automatic Deploys
with themain
branch selected if you would like each commit you make to get automatically and easily deployed onto your bot. It is your choice whether you'd like to Enable or Disable Automatic Deploys. -
After deploying wait for about 5 minutes till the build finishes and then in the
Resources
tab in heroku turnworker
dynos. If you do not see any option to enable any dynos, then you'll have to wait for about 5 minutes and then refresh your page on heroku.
You're now connected to lichess and awaiting challenges! Your bot is up and ready!
How to use stockfish
- now your bot playing all variants, But standard is not strongest like stockfish dev (but only standard)
- you can change (if you need standard but) change this 6th line of config.yml type on type on
Stockfish_14_Dev
after sure so strongest for standard but not play other variants. again if you need play all variants change this again 6th line of config.yml type onfsf
then play all variants
If you have any quastion please inform me
Drdisrespect1 and drrespectable