A minimal command-line HipChat client.
Project description
A minimal Python HipChat client with command-line interface.
Setup
Install hipchav from source, or using pip:
pip install hipchav
Then you’ll need to configure it with your HipChat API key:
export HIPCHAT_V1_TOKEN=thisismyhextokentheygaveme
or for the v2 API:
export HIPCHAT_V2_TOKEN=thisismyhextokentheygaveme
Usage
HipChav currenly only supports two functions, listing rooms and sending messages.
Listing rooms
$ hipchav.py rooms Developers Whole company Bots only
Sending messages
Messages are quite straight-forward to send:
$ hipchav.py message 'Whole company' 'Freshly baked cookies in the kitchen'
You can also change their color and send notifications to people in the room:
$ hipchav.py message --color=red --notify 'Developers' 'Um, the build is broken'
With the v1 API, you can also choose who the message appears from:
$ hipchav.py message --from=Glados 'Whole company' 'Dispensing deadly neurotoxin'
Check its usage information for full options:
$ hipchav.py --help
Changelog
v0.1.3
Install as both a script and a module
v0.1.2
Support HTML messages using the --format flag
v0.1.1
Also support v1 API, autodetect based on environment variables present
For v1 API, support the from field with the --from option.
You’ll need to update HIPCHAT_AUTH_TOKEN to either HIPCHAT_V1_TOKEN or HIPCHAT_V2_TOKEN
v0.1.0
Initial release, supports listing rooms and messaging with color and notifications
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file hipchav-0.1.3.tar.gz
.
File metadata
- Download URL: hipchav-0.1.3.tar.gz
- Upload date:
- Size: 3.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7f905d06031d3ea73394e0249dd06cd3d9846aaafd803515ebfa6ccc4991a34d |
|
MD5 | 008a1cde94afd4994570be07f78f88c9 |
|
BLAKE2b-256 | d293aad0b09a541f101e938beb18ef1eaf72aa925e0f1dc546d0888e4c7a5797 |