- Thinking I needed it, I looked up how to decode a UTF-8 URL-encoded string in Python.
- Testing Webhooks - I'd assumed there was a "dry run" button but you really do have to commit and push something to test it.
- How do I receive GitHub webhooks in Python? featuring a nice little script that uses Web.py.
- Calling an external command in Python, which recommends subprocess. It wasn't immediately clear in the documentation that you have to pass it a list of the arguments and not a string like you're used to at the command line.
- The Git Python module proved useful to do a pull on receipt of a hook.
- I consulted a tutorial on JSON in Python for a refresher.
Last active
December 23, 2015 20:49
-
-
Save sillygwailo/6692246 to your computer and use it in GitHub Desktop.
Resources Consulted While Building a Webhook to Compile a Harp Application Into a Static Website
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment