GitHub - StandartChessBot/lichess-bot: A bridge between Lichess API and chess engines. Focussed on Docker in Heroku · GitHub
Skip to content

StandartChessBot/lichess-bot

 
 

Repository files navigation

MAINTAINER OIVAS7572

Python Docker

lichess-bot

  • A bridge between Lichess API and bots.
  • This bot is using Docker and concentrated on Heroku server.

How to Install In Heroku

  • Import or Fork this repository to your Github repository.
  • Open config.yml and insert API accses token in to token option and commit changes
  • Install Heroku CLI and create app in Heroku.com.
  • Run this in cmd heroku stack:set container -a appname replace app name with your app's name.
  • Connect app with Github and deploy app in Heroku.
  • After deploying turn worker on in Resources menu in heroku.

INFO

ENGINE:

  • STOCKFISH 13 SSE4.1 + POPCNT

OPENING BOOKS:

  • Aaricia_2012.bin
  • Drawkiller_EloZoom_big.bin

If you want to run bot localy on PC, read the lichess-bot manual.

Acknowledgements

Credits to ShailChoksi's lichess-bot

About

A bridge between Lichess API and chess engines. Focussed on Docker in Heroku

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

Contributors

Languages

  • Python 97.3%
  • Dockerfile 2.7%