Skip to content

Latest commit

 

History

History

slackbot

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

SlackBot Hackathon

This hackathon is all about creating cool bot's for Slack. We are going to use NodeJS for this since we have not yet a fully working bot-framework for Enonic XP.

Requirements:

  • NodeJS installed.
  • Enonic Slack account.
  • Assigned a bot token (ask me for one).
  • Current clone of this repository.

Documentation

We are using BotKit in this example. Feel free to use what you want, but I found out that BotKit has the most features out of the box.

Running

To run this example you will first need to set the token in app/index.js. After that you can run the following command:

$> npm start