Python Simple Hipchat

March 19, 2013

Check out python-simple-hipchat for super simple message posting to your Hipchat rooms.
#!/usr/bin/python
import hipchat
import sys
data = sys.stdin.readline()
hipster = hipchat.HipChat(token='xxxx')
hipster.method('rooms/message', method='POST', parameters={'room_id': yyyy, 'from': 'Hipster', 'message': data})

Transform your business without wasting money.

We help you identify, audit and implement technology changes within your business to create leverage points to scale your company faster.