Science Score: 44.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
    Found CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (8.9%) to scientific vocabulary
Last synced: 6 months ago · JSON representation ·

Repository

Basic Info
  • Host: GitHub
  • Owner: HELPER12333
  • License: agpl-3.0
  • Language: Python
  • Default Branch: main
  • Size: 483 KB
Statistics
  • Stars: 1
  • Watchers: 1
  • Forks: 0
  • Open Issues: 0
  • Releases: 0
Created 11 months ago · Last pushed 11 months ago
Metadata Files
Readme License Citation

README.md

![lichess-bot](https://github.com/lichess-bot-devs/lichess-bot-images/blob/main/lichess-bot-icon-400.png)

lichess-bot

A bridge between [lichess.org](https://lichess.org) and bots.
[Explore lichess-bot docs »](https://github.com/lichess-bot-devs/lichess-bot/wiki)

[![Python Build](https://github.com/lichess-bot-devs/lichess-bot/actions/workflows/python-build.yml/badge.svg)](https://github.com/lichess-bot-devs/lichess-bot/actions/workflows/python-build.yml) [![Python Test](https://github.com/lichess-bot-devs/lichess-bot/actions/workflows/python-test.yml/badge.svg)](https://github.com/lichess-bot-devs/lichess-bot/actions/workflows/python-test.yml) [![Mypy](https://github.com/lichess-bot-devs/lichess-bot/actions/workflows/mypy.yml/badge.svg)](https://github.com/lichess-bot-devs/lichess-bot/actions/workflows/mypy.yml)

Overview

lichess-bot is a free bridge between the Lichess Bot API and chess engines.

With lichess-bot, you can create and operate a bot on lichess. Your bot will be able to play against humans and bots alike, and you will be able to view these games live on lichess.

See also the lichess-bot documentation for further usage help.

Features

Supports: - Every variant and time control - UCI, XBoard, and Homemade engines - Matchmaking (challenging other bots) - Offering Draws and Resigning - Participating in tournaments - Accepting move takeback requests from opponents - Saving games as PGN - Local & Online Opening Books - Local & Online Endgame Tablebases

Can run on: - Python 3.9 and later - Windows, Linux and MacOS - Docker

Steps

  1. Install lichess-bot
  2. Create a lichess OAuth token
  3. Setup the engine
  4. Configure lichess-bot
  5. Upgrade to a BOT account
  6. Run lichess-bot

Advanced options


Acknowledgements

Thanks to the Lichess team, especially T. Alexander Lystad and Thibault Duplessis for working with the LeelaChessZero team to get this API up. Thanks to the Niklas Fiekas and his python-chess code which allows engine communication seamlessly.

License

lichess-bot is licensed under the AGPLv3 (or any later version at your option). Check out the LICENSE file for the full text.

Citation

If this software has been used for research purposes, please cite it using the "Cite this repository" menu on the right sidebar. For more information, check the CITATION file.

Owner

  • Name: Behrouz Sanaei Far
  • Login: HELPER12333
  • Kind: user
  • Location: Armenia

I AM STAR ARYA

Citation (CITATION.cff)

# This CITATION.cff file was generated with cffinit.
# Visit https://bit.ly/cffinit to generate yours today!

cff-version: 1.2.0
title: lichess-bot
message: >-
  If you use this software, please cite it using the
  metadata from this file.
type: software
authors:
  - given-names: Ioannis
    family-names: Pantidis
  - given-names: Mark
    family-names: Harrison
    orcid: 'https://orcid.org/0000-0001-7212-8810'
  - given-names: Shail
    family-names: Choksi
  - given-names: Thibault
    family-names: Duplessis
    affiliation: lichess.org
repository-code: 'https://github.com/lichess-bot-devs/lichess-bot'
abstract: >-
  lichess-bot is a free bridge between the Lichess Bot API
  and chess engines.

  With lichess-bot, you can create and operate a bot on
  lichess. Your bot will be able to play against humans and
  bots alike, and you will be able to view these games live
  on lichess.
keywords:
  - chess
  - chess engine
  - lichess
  - API
  - game
license: AGPL-3.0

GitHub Events

Total
  • Watch event: 1
  • Push event: 19
  • Create event: 2
Last Year
  • Watch event: 1
  • Push event: 19
  • Create event: 2

Dependencies

.github/workflows/config.yml actions
.github/workflows/python-app.yml actions
docker/Dockerfile docker
  • python 3$VARIANT build
lichess-bot-master/docker/Dockerfile docker
  • python 3$VARIANT build
engines/requirements.txt pypi
  • black *
  • pytest *
  • pytest-cov *
engines/setup.py pypi
lichess-bot-master/engines/requirements.txt pypi
  • black *
  • pytest *
  • pytest-cov *
lichess-bot-master/engines/setup.py pypi
lichess-bot-master/requirements.txt pypi
  • PyYAML *
  • backoff *
  • chess *
  • requests *
  • rich *
lichess-bot-master/test_bot/test-requirements.txt pypi
  • mypy * test
  • pytest * test
  • pytest-timeout * test
  • ruff * test
  • types-PyYAML * test
  • types-requests * test
requirements.txt pypi
  • PyYAML *
  • backoff *
  • chess *
  • requests *
  • rich *
setup.py pypi
  • chess >=1,<2
test_bot/test-requirements.txt pypi
  • mypy * test
  • pytest * test
  • pytest-timeout * test
  • ruff * test
  • types-PyYAML * test
  • types-requests * test