Skip to content
This repository has been archived by the owner on Dec 13, 2022. It is now read-only.
/ hermes-lichess Public archive

Lichess bot API client that can play games with usage of external chess engine

License

Notifications You must be signed in to change notification settings

Exenifix/hermes-lichess

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hermes-lichess

Just an https://lichess.org bot API client for playing games. This is not a chess engine

Setup

  1. Install requirements
$ pip install -r requirements.txt
  1. Create a new .env file with the following contents, correspondingly replacing your_lichess_token with your lichess token and /path/to/your/engine with the path to your chess engine executable:
TOKEN=your_lichess_token
PATH_TO_ENGINE=/path/to/your/engine

Running

Run the main.py.