Skip to content

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

License

Notifications You must be signed in to change notification settings

TheProfessionalBot/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.
  • 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 appname with your Heroku 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

No packages published

Languages

  • Python 97.4%
  • Dockerfile 2.6%