Skip to content

Latest commit

 

History

History
31 lines (23 loc) · 455 Bytes

README.md

File metadata and controls

31 lines (23 loc) · 455 Bytes

nf.chatbot

simple command runner based on hubot.

runner.rb

change that script

ENV['HUBOT_SLACK_TOKEN'] = 'test token'
ENV['PORT'] = '9999'
ENV['ROOM_NAME'] = 'test room'

struct

├── README.md
├── bin
│   ├── hubot
│   └── hubot.cmd
├── commands
│   └── echo
├── doc.md
├── package.json
├── runner.rb
└── scripts
    └── command_runner.coffee