A Google assistant chat bot for Twitch channel
Usage:
-
Create a "settings.js" file and provide the following: OAUTH_TOKEN, USERNAME, CHANNELS
example: module.exports.OAUTH_TOKEN = "thisisafaketoken123" module.exports.USERNAME = "twitchusername123" module.exports.CHANNELS = ["channelname"]
-
run npm install
-
run node app.js