Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kaakaa/hubot-hash
Collect messages tagged by hash
https://github.com/kaakaa/hubot-hash
Last synced: 23 days ago
JSON representation
Collect messages tagged by hash
- Host: GitHub
- URL: https://github.com/kaakaa/hubot-hash
- Owner: kaakaa
- Created: 2016-02-15T14:05:05.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-02-15T14:19:09.000Z (almost 9 years ago)
- Last Synced: 2024-04-14T18:21:33.516Z (9 months ago)
- Language: CoffeeScript
- Size: 2.93 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# hubot-hash
Collect message hashtags.
Require starting redis-server at localhost:6379.See [`src/hash.coffee`](src/hash.coffee) for full documentation.
## Installation
In hubot project repo, run:
`npm install https://github.com/kaakaa/hubot-hash.git --save`
Then add **hubot-hash** to your `external-scripts.json`:
```json
[
"hubot-hash"
]
```## Sample Interaction
```
user1>> Hello Yesterday! #team
hubot>> learn by heart
user1>> Goodbye Yesterday! #team
hubot>> learn by heartuser1>> @hubot REPORT_FROM_YESTERDAY
hubot>> Hello Yesterday!
hubot>> Goodbye Yesterday!
hubot>> CLEAR_MESSAGE
```