Hubot Scripts
Optional scripts for hubot, opt in via hubot-scripts.json
hubot‑scripts is a now‑deprecated repository containing a curated collection of community‑contributed scripts for Hubot, GitHub's chat‑ops bot, allowing users to extend its functionality easily. Any third-party dependencies for scripts need the addition of your package.json otherwise, a lot of errors will be thrown during the startup of your hubot. You can find a list of dependencies for a script in the documentation header at the top of the script. The best way is to take a look at an...