Use '/helloworld' slash command to trigger a bot sending "Hello World" message to the chat.
- Install ngrok
- ./ngrok http 8080
- Watch Flock Tutorial
After you've created your new Flock App here, you will find the following ID's and tokens for your config.js file.
module.exports = {
appId: <your app id>,
appSecret: <your app secret>,
botUserId: <your bot id>,
botToken: <your bot token>
};
- Run 'node index.js' in project directory
- Type /helloworld in your chat
- Magic happens