UNPKG

twitch-toolkit

Version:

A set of tools to integrate with Twitch API, Twitch Chat and Twitch WebHooks.

19 lines (12 loc) 477 B
# simple-chat-bot A simple chat bot for Twitch with the following features: - **!uptime command:** shows in chat the bot's uptime. - **!discord command:** shows the channel's discord link. - Word trigger when the user says 'hello'. - Timed messages in 60 and 90 seconds. ## Running To run the example, just execute the example code: ```shell $ USERNAME=*** PASSWORD=*** CHANNEL=*** node index.js ``` Make sure to add the proper values for USERNAME, PASSWORD and CHANNEL.