Security News
Weekly Downloads Now Available in npm Package Search Results
Socket's package search now displays weekly downloads for npm packages, helping developers quickly assess popularity and make more informed decisions.
hubot-jabbr
Advanced tools
A Hubot adapter for Jabbr
hubot-jabbr
as a dependency in your hubots package.json
npm install
in your hubots directory.bin/hubot -a jabbr
You need to set a few environment variables in order for it to work
NB If the nick isn't already registered on the jabbr host you are using, the nick will need to be registered first.
% export HUBOT_JABBR_HOST="http://yourjabbrhosthere.com"
% export HUBOT_JABBR_NICK="HubotNick"
% export HUBOT_JABBR_PASSWORD="ThePassword"
% export HUBOT_JABBR_ROOMS="Room1,Room2,Room3"
# Optional, you can choose the transport to use to connect to the server with. Default is serverSentEvents
% export HUBOT_JABBR_TRANSPORT="longPolling"
# Optional, you can set the gravatar with the following:
% export HUBOT_JABBR_GRAVATAR="gravatar@email.com"
% heroku config:add HUBOT_JABBR_HOST="http://yourjabbrhosthere.com"
% heroku config:add HUBOT_JABBR_NICK="HubotNick"
% heroku config:add HUBOT_JABBR_PASSWORD="ThePassword"
% heroku config:add HUBOT_JABBR_ROOMS="Room1,Room2,Room3"
# Optional, you can choose the transport to use to connect to the server with. Default is serverSentEvents
% heroku config:add HUBOT_JABBR_TRANSPORT="longPolling"
# Optional, you can set the gravatar with the following:
% heroku config:add HUBOT_JABBR_GRAVATAR="gravatar@email.com"
These transports are currently supported by njabbr:
Contributions are welcome. To get your work considered please do the following:
This program is free software. It comes without any warranty, to the extent permitted by applicable law. You can redistribute it and/or modify it under the terms of the Do What The Fuck You Want To Public License, Version 2, as published by Sam Hocevar. See http://sam.zoy.org/wtfpl/COPYING for more details.
FAQs
Jabbr adapter for Hubot 2.4+
The npm package hubot-jabbr receives a total of 0 weekly downloads. As such, hubot-jabbr popularity was classified as not popular.
We found that hubot-jabbr demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Socket's package search now displays weekly downloads for npm packages, helping developers quickly assess popularity and make more informed decisions.
Security News
A Stanford study reveals 9.5% of engineers contribute almost nothing, costing tech $90B annually, with remote work fueling the rise of "ghost engineers."
Research
Security News
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.