Skip to main content

Wrapper for HipChat's v2 API

Project description

Description

Stripped down version of python-simple-hipchat for v2 hipchat api. Currently only supports sending a message to a room.

Dependencies

None beyond the Python standard library.

Usage

Install:

pip install python-simple-hipchat-v2

Instantiate:

import hipchat_v2
hipster = hipchat_v2.HipChat(url='https://url.to.hipchat')

Example:

# Post a message to a HipChat room
hipster.message_room(
  room_id=1234,
  message='all your base',
  color='yellow',
  token='abcdefg',
  notify=True)

Changelog

v0.1.x

  • Added shortcut method for messaging a room

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

python-simple-hipchat-v2-0.0.1.tar.gz (2.8 kB view details)

Uploaded Source

File details

Details for the file python-simple-hipchat-v2-0.0.1.tar.gz.

File metadata

File hashes

Hashes for python-simple-hipchat-v2-0.0.1.tar.gz
Algorithm Hash digest
SHA256 11e4ef3374f8379982b0bdd3c67571a885667511b670628bbcb9a5cec7d63a24
MD5 8035da4f5fdba6c8dcc529a7186ee175
BLAKE2b-256 7933be1392d64daaa06ecfdac2fc055a93c98a97fff836a0c550d51b70541884

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page