Skip to main content

Easy peasy wrapper for HipChat's v1 API (modified version and credits to kurttheviking)

Project description

Description

Easy peasy wrapper for the HipChat API v1. Exposes core URI endpoint wrapper and some basic methods for common integrations.

Dependencies

None beyond the Python standard library.

Usage

Install:

pip install python-hipchat-v1

Instantiate:

import hipchat
hipster = hipchat.HipChat(token=YourHipChatToken)

Request a URI endpoint as described in the HipChat API docs:

hipster.method(url='method/url/', method="GET/POST", parameters={'name':'value', })

Example:

# List rooms
hipster.method('rooms/list')

# Post a message to a HipChat room
hipster.method('rooms/message', method='POST', parameters={'room_id': 8675309, 'from': 'HAL', 'message': 'All your base...'})

# Get history from a room
hipster.room_history(room_id='', date=)

Changelog

v0.3.x

  • Added shortcut method for listing users (thanks @Raizex)

  • Added shortcut method for finding user by name (thanks @Raizex)

  • Added shortcut method for finding room by name (thanks @Raizex)

  • Added trove classifiers (thanks @ghickman)

v0.2.x

v0.1.x

  • Added shortcut method for messaging a room

  • Added shortcut method for listing rooms

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-hipchat-v1-0.3.3.tar.gz (3.6 kB view hashes)

Uploaded Source

Built Distribution

python_hipchat_v1-0.3.3-py2-none-any.whl (4.8 kB view hashes)

Uploaded Python 2

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