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/
- Host: GitHub
- URL: https://github.com/nikolayit/tcecevaluationbot
- Owner: NikolayIT
- License: mit
- Created: 2018-01-07T18:35:34.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-05-14T06:47:44.000Z (about 2 years ago)
- Last Synced: 2025-03-21T11:50:25.641Z (2 months ago)
- Topics: tcec, twitch-bot
- Language: C#
- Homepage:
- Size: 113 MB
- Stars: 15
- Watchers: 1
- Forks: 3
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.