/bot-twitch-tesa

Primary LanguageJavaScriptApache License 2.0Apache-2.0

TESA BOT TWITCH

GitHub commit activity David APM Twitter Follow


Install depot

$ git clone https://github.com/alexcaussades/bot-twitch-tesa.git

creat file

$ cd bot-twitch-tesa
$ touch bdd.db3

modify file

twitch-exemple.json => rename twitch.json

visit this url to be able to fill in the elements below token generator

"data": {
      "auth": {
        "client_id": "",
        "RefreshToken": "",
        "AccessToken": " ",
        "bearer": " ",
        "bot": {
          "accessToken": " ",
          "client_id": "",
          "RefreshToken": ""
        }
      },

NEXT EDITING THE FILE

"channels": {
          "channels": ""
      },

      "identity": {
        "data": {
          "name": ""
        }
      }

Execute Files

$ npm install
$ npm start apps.js