Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 📩
- Host: GitHub
- URL: https://github.com/raymondxu/hubot-ping
- Owner: raymondxu
- License: mit
- Created: 2017-01-10T10:02:46.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-02-05T02:53:08.000Z (about 8 years ago)
- Last Synced: 2024-12-16T04:28:24.552Z (about 2 months ago)
- Topics: hubot, slack, slackbot
- Language: CoffeeScript
- Homepage:
- Size: 14.6 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
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
```