Skip to content

Community support bot (only StackOverflow is supported currently)

License

Notifications You must be signed in to change notification settings

soulfly/community-support-bot

Repository files navigation

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)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published