hubot and scripte repo for use in https://jsla.slack.com
npm install
- Configure tokens locally: https://github.com/slackhq/hubot-slack#testing-your-bot-locally
- Make sure command is
./node_modules/hubot/bin/hubot
Create your own or add some scripts to the /scripts
directory. Some example scripts here
Want to add scripts for the js.la slack room? Fork this repo and do one of the following:
Create/edit the ones in the /scripts
directory and create a Pull Request.
Locate the appropriate script in the hubot-scripts organization or on npm tagged as hubot-scripts, and follow the script's documentation.
- Add a line to external-scripts.json
- Add a line to package.json
- Add environment variables, depending on the script
- Create a Pull Request