public
Description: Web hook data inspector
Homepage: http://postbin.org
Clone URL: git://github.com/progrium/postbin.git
name age message
file .gitignore Sat Mar 07 18:43:46 -0800 2009 initial commit [Jeff Lindsay]
file README.md Sat Mar 07 18:43:46 -0800 2009 initial commit [Jeff Lindsay]
file app.yaml Mon Mar 09 11:57:06 -0700 2009 adding favicon and robots.txt, allowing posting... [Jeff Lindsay]
file bin.py Sat Sep 19 03:56:53 -0700 2009 switching to new hookah and supporting multiple... [progrium]
file index.yaml Sat Mar 07 19:57:58 -0800 2009 make this index manual so it doesnt keep changi... [Jeff Lindsay]
file main.py Sat Mar 07 18:43:46 -0800 2009 initial commit [Jeff Lindsay]
file models.py Tue Aug 18 03:47:20 -0700 2009 adding support for file uploads [progrium]
directory static/ Tue Aug 18 03:47:20 -0700 2009 adding support for file uploads [progrium]
directory templates/ Sat Sep 05 18:06:46 -0700 2009 hiding test form and making posts only redirect... [progrium]
README.md

PostBin

About

PostBin was made to make debugging web hooks easier. It gives you a unique URL to register as a callback and then at that same URL, view all POST requests made to that URL in a nicely formatted way. Previously you might write a debug script that would email you data for a web hook event. PostBin lets you create disposable "bins" that you can use to view this data.

PostBin was made for Google App Engine. If you'd like to make changes to the instance running at postbin.org, just fork this project, make your changes, push them back, and they will likely be deployed.

Contributors