Currently I need to post data to several websites daily by hand. I would like to create and application that will send the data to the several websites. The problem is that the websites don’t have an API and I think I will have to manually have to create a web response to post the data to the sites. Each site is different and uses different technology etc php, asp.net etc.
What’s the best method to do this?