Share files using HipChat and python
Sharing files via HipChat is a very useful feature. However, it's on my opinion, one of the hardest APIs to use. Here's an example of how to do it in python:
#!/bin/python
import argparse
import json
import os.path
import re
import requests
import ...
ramiroberrelleza.com2 min read