Skip to content

Panel for the Twasi-Core that offers a clean looking, modern user interface for managing the chatbot, viewing statistics and installing/uninstalling plugins.

License

Notifications You must be signed in to change notification settings

Twasi/twasi-panel

Repository files navigation

Twasi Panel

Build Status

This is the management bord for the Twitch Bot. You can control, enable, disable and manage plugins here.

Set up

Clone the repo and issue yarn or npm install. In the public directory, create a folder "config" with the file "config.js" in it.

Paste this into the file:

window.env = {
  ...window.env,
  AUTH_URL: 'https://api-beta.twasi.net/auth?environment=http:https://localhost:3000',
  GRAPHQL_URL: 'https://api-beta.twasi.net/graphql',
  WEBSOCKET_URL: 'wss:https://api-beta.twasi.net/ws'
};

You can also adapt it to use the local backend (if it is running on your machine):

window.env = {
  ...window.env,
  AUTH_URL: 'http:https://localhost:8000/auth?environment=http:https://localhost:3000',
  GRAPHQL_URL: 'http:https://localhost:8000/graphql',
  WEBSOCKET_URL: 'ws:https://localhost:8000/ws'
};

About

Panel for the Twasi-Core that offers a clean looking, modern user interface for managing the chatbot, viewing statistics and installing/uninstalling plugins.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages