I've started building a twitch bot in NodeJS using TypeScript, which is a bot that connects to a Twitch channel and listens to user commands. I've started on this project yesterday, so currently it's limited to a single command "!rating <user> <type>" which queries the Player Stats API endpoint and sends a message to the Twitch channel:
You can check out more info on the idea and the code at GitHub:
Hey all,
I've started building a twitch bot in NodeJS using TypeScript, which is a bot that connects to a Twitch channel and listens to user commands. I've started on this project yesterday, so currently it's limited to a single command "!rating <user> <type>" which queries the Player Stats API endpoint and sends a message to the Twitch channel:
You can check out more info on the idea and the code at GitHub:
https://github.com/sliceofcode/chess-twitch-bot