Skip to content

Instantly share code, notes, and snippets.

@dgeske
dgeske / hipchat.py
Last active August 29, 2015 14:01 — forked from wsorenson/hipchat.py
Display stats for all users on your HipChat account. Requires requests (http://python-requests.org)
#!/usr/bin/env python
# encoding: utf-8
import sys
import os
import requests
import re
# log in on the browser and supply the full cookie sent to HipChat as well as the company domain.
# domain is shown when you are signed into hipchat