All Projects → hubot-scripts → hubot-seen

hubot-scripts / hubot-seen

Licence: other
A hubot script that tracks when/where users were last seen.

Programming Languages

coffeescript
4710 projects
javascript
184084 projects - #8 most used programming language
shell
77523 projects

Projects that are alternatives of or similar to hubot-seen

hubot-broadlink-rm
A hubot script to learn and send IR hex codes with Broadlink RM
Stars: ✭ 24 (-4%)
Mutual labels:  hubot, hubot-scripts
hubot-github-repo-event-notifier
Notifies about any GitHub repo event available via webhook.
Stars: ✭ 58 (+132%)
Mutual labels:  hubot, hubot-scripts
hubot-ansible
A hubot script for launching ansible commands
Stars: ✭ 14 (-44%)
Mutual labels:  hubot, hubot-scripts
hubot-analytics
📈 A hubot script to get google analytics reports
Stars: ✭ 16 (-36%)
Mutual labels:  hubot, hubot-scripts
hubot-pager-me
PagerDuty integration for Hubot
Stars: ✭ 74 (+196%)
Mutual labels:  hubot, hubot-scripts
hubot-code-review
A Hubot script for GitHub code review on Slack.
Stars: ✭ 38 (+52%)
Mutual labels:  hubot, hubot-scripts
hubot-group-alias
@mentions for groups using Hubot
Stars: ✭ 14 (-44%)
Mutual labels:  hubot, hubot-scripts
Hubot Test Helper
Helper for testing hubot script
Stars: ✭ 116 (+364%)
Mutual labels:  hubot
Hubot Xmpp
XMPP adapter for Hubot
Stars: ✭ 185 (+640%)
Mutual labels:  hubot
The App
Sample application and CD Pipeline for DevOps Dojo
Stars: ✭ 88 (+252%)
Mutual labels:  hubot
Pull Review
✅ Assign pull request reviewers intelligently.
Stars: ✭ 179 (+616%)
Mutual labels:  hubot
Hubot Gitter2
Hubot adapter for Gitter
Stars: ✭ 82 (+228%)
Mutual labels:  hubot
Hubot Matteruser
Hubot adapter for Mattermost using Web API and Websockets
Stars: ✭ 175 (+600%)
Mutual labels:  hubot
Concierge
Modular chat bot. (Karma + Sassy + Hubot) * (Discord + Facebook + Messenger + Slack + Skype + Telegram + Hipchat + ...) = Concierge
Stars: ✭ 121 (+384%)
Mutual labels:  hubot
Hubot Slack
Slack Developer Kit for Hubot
Stars: ✭ 2,260 (+8940%)
Mutual labels:  hubot
Botframework Hubot
Hubot adapter for botframework
Stars: ✭ 91 (+264%)
Mutual labels:  hubot
Hubot Minecraft Skin
Hubot's very own Minecraft skin
Stars: ✭ 85 (+240%)
Mutual labels:  hubot
Hubot Telegram
Hubot adapter for Telegram
Stars: ✭ 152 (+508%)
Mutual labels:  hubot
ansible-hubot
💬 Ansible role for Hubot
Stars: ✭ 63 (+152%)
Mutual labels:  hubot
Generator Hubot
Hubot generator for Yeoman
Stars: ✭ 150 (+500%)
Mutual labels:  hubot

hubot-seen

A hubot script that tracks when/where users were last seen

See src/seen.coffee for full documentation.

Installation

In hubot project repo, run:

npm install hubot-seen --save

Then add hubot-seen to your external-scripts.json:

["hubot-seen"]

Configuration

Set HUBOT_SEEN_TIMEAGO to false in the environment to output an absolute time (like "Sat Feb 11 2017 03:12:39 GMT-0500 (EST)") instead of a relative one (like "less than a minute ago"). Defaults to true (i.e. relative times).

Sample Interaction

user1>> hubot seen wiredfool
hubot>> wiredfool was last seen in #joiito less than a minute ago

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].