soulfly / community-support-bot

Community support bot (only StackOverflow is supported currently)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Overview

Community support bot (only StackOverflow is supported currently)

Setup

In order to run the node.js app you have to edit config.js:

var CONFIG = {
  slack: {
    webhookUrl: null
  },
  quickblox: {
    appId: 0,
    authKey: null,
    authSecret: null,
    botUser: {
      login: null,
      password: null
    },
    chatDialogId: null
  },
  stackoverflow: {
    mainTag: "quickblox",
    additionalTags: ["android"]
  }
};

Run

We recommend to use pm2 to run the app:

pm2 start index.js

License

BSD

About

Community support bot (only StackOverflow is supported currently)

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:JavaScript 100.0%