Community support bot (only StackOverflow is supported currently)
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"]
}
};
We recommend to use pm2 to run the app:
pm2 start index.js
BSD