Alfred-HipChat
Alfred workflow to interact, and perform various functions with the service HipChat.
Getting started
- Install alfred-hipchat by visiting the download page in Github or via the Packal page
- Go to the web interface at HipChat.com, sign in, then under user preferences create an API token.
- Launch alfred and type
hipchat_hostname
, this time followed by your hipchat hostname. Pressenter
to save your token. - Launch alfred and type
hipchat_api_token
, this time followed by your token. Pressenter
to save your token. - If room switching does not work immediately, simply restart HipChat.
Currently Available Functionality:
hc
: Let's you switch easily between rooms, and private IMs.hipchat_api_token
: API token to use.hipchat_api_url
: URL of HipChat API. Default: https://api.hipchat.comhipchat_hostname
: Hostname of HipChat instance.hipchat_cache_max_age
: Maximum age in seconds to cache results. Default: 180
This workflow was created in Python with the help of Dean Jackson's Alfred library and the Requests library. It is based heavily on the Frank Spinillo's slackfred.