Sopel97 / TcecEvaluationBot

Position evaluation chat bot for http://tcec.chessdom.com/live.php

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TcecEvaluationBot

Position evaluation chat bot for https://tcec-chess.com/

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.

About

Position evaluation chat bot for http://tcec.chessdom.com/live.php

License:MIT License


Languages

Language:C# 100.0%