hubot-untappd
v0.0.1
Published
Integrate hubot with untappd
Downloads
3
Readme
hubot-untappd
Simple hubot integration to untappd
Installation
In hubot project repo, run:
npm install hubot-untappd --save
Then add hubot-untappd
to your hubot's external-scripts.json
:
[
"hubot-untappd"
]
Configuration
You can obtain the client id and secret from untappd by logging in here.
HUBOT_UNTAPPD_CLIENTID
- the untappd client idHUBOT_UNTAPPD_SECRET
- the untappd secret stringHUBOT_UNTAPPD_ROOM
- the room to post updates to, default room is#beer
Usage
The bot will poll untappd every 10 minutes for all registered users
hubot untappd help
- list all commandshubot identify
- check which username the user has registered to hubot brainhubot identify {untappd username}
- set untappd user name that will be used for user feed pollinghubot last {n} beers
- shows the lastn
beers you had, defaultn
is 1