This is a custom Twitch bot for my channel.
- Run
npm install
. - Rename
config.json.example
files toconfig.json
and edit the contents. - Run
node index.js
.
Main configuration.
- debug: (
boolean
) Whether to enable test features - host: (
string
) The hostname on which the server should listen - port: (
integer
) The port on which the server should listen - ssl:
- enabled: (
boolean
) Whether to enable SSL (HTTPS) - keyfile: (
string
) The absolute path to your SSL certificate's key file - cert: (
string
) The absolute path to your SSL certificate file - cafile: (
string
) The absolute path to your SSL certificate authority file
- enabled: (
- oauth:
- client: (
string
) Your Twitch API client ID - secret: (
string
) Your Twitch API client secret
- client: (
- users:
- host: (
string
) Your Twitch channel username - bot: (
string
) Your Twitch bot username
- host: (
The source code is released under the terms of the MIT License.