Skip to content

Instantly share code, notes, and snippets.

@fordhurley
fordhurley / hipchat.py
Last active April 6, 2024 14:40 — forked from wsorenson/hipchat.py
Updated script to log in with email and password and minor updates to the scraper
#!/usr/bin/env python
# encoding: utf-8
import sys
import os
import re
import getpass
import requests