An open API service indexing awesome lists of open source software.

https://github.com/nikolayit/tcecevaluationbot

Chat bot for https://tcec-chess.com/
https://github.com/nikolayit/tcecevaluationbot

tcec twitch-bot

Last synced: 2 months ago
JSON representation

Chat bot for https://tcec-chess.com/

Awesome Lists containing this project

README

        

# TcecEvaluationBot

Position evaluation chat bot for

## Command-line parameters

-u, --twitchUserName Required. Twitch username for the chat bot.
-a, --twitchAccessToken Required. Twitch access token. You can generate one from twitchtokengenerator.com
-c, --twitchChannelName Required. The name of the Twitch chat channel.
-s, --syzygyPath The path for syzygy table base.
-m, --moveTime (Default: 10) Default time (in seconds) for the engine to think.
-t, --threads (Default: 2) The number of threads for the engine to run on.
-h, --hash (Default: 128) The size of the hash (in MB) to be used by the engine.
--cooldownTime (Default: 30) Cooldown time (in seconds) for the evaluation command.
--noThinkingMessage (Default: false) Do not show thinking message before starting the evaluation.
--contempt (Default: 0) The contempt value for chess engines.
--minEvalTime (Default: 5) The minimum evaluation time (in seconds).
--maxEvalTime (Default: 30) The maximum evaluation time (in seconds).
--help Display this help screen.
--version Display version information.