Skip to content

netpyoung/nf.chatbot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

simple command runner based on hubot.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published