- Follow the basic heroku/hubot instructions here: https://gist.github.com/trey/9690729
- Add
"slack-destiny-bot": "cranberyxl/slack-destiny-bot#search_armory"
topackage.json
to get my fork of the bot with armory search. These will probably make their way back to the original repo eventually. - Go to
https://{your-slack-name}.slack.com/services/new/hubot
to setup a new hubot integration - Signup for a Bungie API key here: https://www.bungie.net/en/User/API
- Plugin the Bungie API key and the slack hubot token into heroku config
git fetch origin > /dev/null; git checkout origin/main; for branch in $(git branch -a --merged | grep remotes/origin | grep -v main | grep -v 'no branch'| sed -e 's/\s*remotes\///'); do echo "${branch:7}"; done; git checkout main
git fetch origin > /dev/null; git checkout origin/main; for branch in $(git branch -a --merged | grep remotes/origin | grep -v main | grep -v 'no branch'| sed -e 's/\s*remotes\///'); do git push origin :${branch:7}"; done; git checkout main
OlderNewer