StackOverflow bot for Q-municate (based on QuickBlox JS SDK)
- Download the project from GitHub;
- install nodeJS before start;
- run
npm install
to install all additional packages in your terminal as an administrator; - create your application in QuickBlox admin panel or use already existing;
- copy the credentials (App ID, Authorization key, Authorization secret) into your StackOverflowBot project code in config.js;
- create the user in admin panel for the bot, then copy user's credentials to config.js;
- create new Custom Object class in admin panel with next fields:
- dialogId (string);
- tag (string);
- filters (string - array).
- Copy the Custom Object's class name to config.js;