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 hashes)

Uploaded Source

Supported by

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