Skip to content

Instantly share code, notes, and snippets.

View grodniewicz's full-sized avatar

Paweł Grodniewicz grodniewicz

View GitHub Profile

Keybase proof

I hereby claim:

  • I am grodniewicz on github.
  • I am grodniewicz (https://keybase.io/grodniewicz) on keybase.
  • I have a public key ASDm_Ic8h0-qLie7ovBQ9yMGiwhqV__CRJiTwflAe1I7jAo

To claim this, I am signing this object:

@grodniewicz
grodniewicz / honeybadger.py
Created January 3, 2014 09:03
honeybadger
import collections
import json
import requests
import sys
import traceback
import pprint
class HoneyBadger(object):