Skip to content

Latest commit

 

History

History
16 lines (14 loc) · 1.07 KB

README.md

File metadata and controls

16 lines (14 loc) · 1.07 KB

StackOverflowBot

StackOverflow bot for Q-municate (based on QuickBlox JS SDK)

Setup environment

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