How to listen for events on postbin and get the values out of it?
I am testing out webhooks and I created a postbin test url and I am trying to create a webservice that would listen to the postbin url and be able to get the values out of the post, but I am not sure how to 开发者_如何学Cdo this: My sample postbin url could be http://www.postbin.org/abcdef
I can't think of anything other than scraping text. Is this what you are asking about? If you want to scrap text, there are numerous libraries for any language.
精彩评论