Skip to content

Instantly share code, notes, and snippets.

Keybase proof

I hereby claim:

  • I am thebigjc on github.
  • I am jaysee (https://keybase.io/jaysee) on keybase.
  • I have a public key whose fingerprint is 31A5 5F8B D728 E057 B3AB 6056 A307 7418 3F1C 86DE

To claim this, I am signing this object:

Keybase proof

I hereby claim:

  • I am thebigjc on github.
  • I am jaysee (https://keybase.io/jaysee) on keybase.
  • I have a public key ASBBNp1X0Nni3vcXOmKpRk6cGNNht9EQNZimDLJbjG6nEQo

To claim this, I am signing this object:

@thebigjc
thebigjc / hookpuller.py
Created July 16, 2011 16:25 — forked from JakeWharton/hookpuller.py
Takes a GitHub service hook POST and automatically updates the associated repo.
#!/usr/bin/env python
'''
Takes a GitHub service hook POST and automatically updates the associated repo.
'''
__license__ = '''
Copyright 2009 Jake Wharton
hookpuller is free software: you can redistribute it and/or modify