hubot-daily-count-tracker
v1.1.1
Published
A hubot script that does the things
Downloads
1
Maintainers
Readme
hubot-daily-count-tracker
A hubot script that tracks the daily count of things
See src/hubot-daily-count-tracker.coffee
for full documentation.
Installation
In hubot project repo, run:
npm install hubot-daily-count-tracker --save
Then add hubot-daily-count-tracker to your external-scripts.json
:
[
"hubot-daily-count-tracker"
]
Sample Interactions
user1>> java++
hubot>> java: 1
user1>> hubot get todays count java
hubot>> Today's count for java: 9
user1>> hubot get count for java
hubot>> java: 22
user1>> hubot get fridays count for java
hubot>> fridays count for java: 7