npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

responsebot

v7.1.19

Published

ResponseBot, an Automated and (not so) Intuitive response Bot for AppBoxCo

Downloads

49

Readme

ResponseBot

Helpbot, an Automated and (not so) Intuitive response Bot for AppBoxCo

Installation

In your hubot project repo, run:

npm install responsebot --save

Then add responsebot to your external-scripts.json:

[
  "responsebot"
]

Usage ResponseBot

KB = Knowledgebase Articles (Add users name to end of command to tag them in response)
App or App User = app "appname" "Target User"
APPCAT = appcat "category" (Currently Disabled)
TS = Troubleshooting Basics

Usage Reload

[Botname] Reload = Reload script without having to restart Hubot

Authors

ZyC0R3
Rid

Change Log's

Responsebot.js

V1.0.0 Internal test Version
V2.0.0 Launch version - beta tests
V2.1.0 Added further chat triggers
V2.2.0 Alias updates for apps and triggers
V3.0.0 Change log & simple troubleshooting command added, added further chat triggers, remove the case sensitivity requirements from all commands
V3.1.0 Added hello and good morning responses, alias updates for apps and triggers
V3.2.0 Regex update for apps and triggers, bug fixed for false positives, spelling corrected, co author added
V3.3.0 Change log added, regex test site links commented in code to allow for more efficient changes, added personalised responses to chat triggers
V3.3.3 First test push to RocketChat Bot
v3.3.4 Update to Script Files
V4.0.0 Cas we wanted a new number
V4.0.1 Bug fixes
V4.0.4 New Chat triggers added
V4.1.0 Users can now be Tagged in commands for ResponseBot to target them for the reply
V4.1.1 New Chat triggers added
V4.1.2 Change log Updated, New apps added, SSH/SFTP responses disabled until updated
V4.1.4 Code Fixes
V5.0.0 Code Overhaul & Fixes
V5.0.1 Code Fixes
V5.0.2 NPM Update and Code Changes
V5.0.3 NPM Update and Code Changes
V5.0.4 Phased out CoffeeScript File and added a JS File.
V5.0.5 Test push
V5.1.0 npm Update Patch and Minor Version.
V6.0.0 Integrated  Reload script. (https://www.npmjs.com/package/hubot-reload)
V6.0.1 Version control on updates for apps and chat triggers added for new apps.
V6.0.2 Updated chat triggers
V6.0.3 Updated chat triggers
V6.0.4 Code Fixes
V6.0.5 Google Links has been depreciated so the links have been replaced with Bit.ly Links.
V6.0.6 New Chat triggers added
V6.0.7 New Chat triggers added
V7.0.0 Code Relicensing - Project is now under GPL-3.0
V7.0.1 Converted index.coffee to index.js
V7.0.2 Updated all App Command Links
V7.0.3 Updated Reload Script
V7.0.4 Test Patch
V7.1.0 Test Scripts Updated
V7.1.5 New Commands Added, Updated chat triggers
V7.1.6 Updated Links
V7.1.8 Test Scripts Updated
V7.1.9 New Commands Added
V7.1.10 Updated Links
V7.1.11 Updated chat triggers
V7.1.12 New Commands Added, Updated chat triggers
V7.1.13 Updated Links
V7.1.14 New Commands Added
V7.1.17 Updated chat triggers, Updated Links
V7.1.18 Updated chat triggers, Updated Links
V7.1.19 New Commands Added

Coming Soon!

V7.1.0 - Major Command updates

TestScripts.js

V1.0.0 Initial Testing and Troubleshooting
V1.0.4 Alpha Testing
V1.0.5 Beta Testing
V1.0.6.000+ These are Code Change Test, No Further Change Logs will be recorded for Internal Testing. Referred to as ICT in Future Records

Reload.js

This script is not owned or maintained by the creator of ResponseBot, For further information please see :https://www.npmjs.com/package/hubot-reload
V1.0.0 Initial Testing and Troubleshooting
V1.0.1 Public Release
V1.0.2 Patch Fix for NPM
V1.0.3 New NPM Update Patch

Responsebot.coffee.old

V5.0.4 Phased out CoffeeScript File and added a JS File
V6.0.5 Updated code to Match JS version
V7.0.0 Updated code to Match JS version, CoffeeScript Version is no longer used however this is maintained for reverse compatibility with older versions of HuBot (https://hubot.github.com/)
V7.0.2 Updated code to Match JS version

index.coffee.old

V7.0.1 Phased out CoffeeScript File and added a JS File