Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/raymondxu/hubot-ping

A bot that tracks your outgoing pings on Slack 📩
https://github.com/raymondxu/hubot-ping

hubot slack slackbot

Last synced: 1 day ago
JSON representation

A bot that tracks your outgoing pings on Slack 📩

Awesome Lists containing this project

README

        

# hubot-ping

A bot that tracks your outgoing pings on Slack, making sure you never forget any of your requests.

## Functionality
- All messages that begin with `@ping @mention` are automatically recorded into your ping log.
- View your ping log by typing `@ping log`, which will display all of your outgoing pings, sorted oldest-first.
- Re-ping by typing `@ping n`, which will repeat message `n` in the channel it was originally sent to and update its timestamp in your log.
- Close pings by typing `@ping close n`.

Tip: hubot-ping supports multiple re-pings and closes in the same command: `@ping 0 1 2` will close ping 0, 1, and 2.

## Development

```bash
npm install
bin/hubot
```