Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 861 Bytes

README.md

File metadata and controls

28 lines (18 loc) · 861 Bytes

lichessmate

Build Status Coverage Status

Python chatbot for monitoring lichess.org.

Features

  • Monitors the activity of a list of players on lichess.
  • Shows information of lichess games when a valid url is posted.
  • Can connect to IRC

Requirements

Usage

$ pipenv install Configure settings.py $ python3 app.py

Documentation

Build the documentation locally by running $ pipenv run docs/make html View the freshly built html documentation at docs/html