MiccWan / NTU-Maker-2020

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ntumaker_20201010

Add ./src/config.json with the following properties:

Variable Type Description
SOCKET_API_TOKEN string Token to streamlabs, which is used to subscribe donataion event
Verbose boolean Whether to show verbose log
pythonCmd string Command of python 3.x, usually are "python" or "python3"
  • example:
{
  "SOCKET_API_TOKEN": "YOUR_SOCKET_API_TOKEN",
  "Verbose":false,
  "pythonCmd": "python"
}

About


Languages

Language:Python 67.7%Language:JavaScript 32.3%