I'm not sure I'm in the right place for asking this question.
I have created a WinForm Application that connects to a web service and get a lot of statistics from that service. All this information is then exported to an Excel document. So I have developed a product from this web service for people to download. This is something I do two times a week, because this is how often the web service have new information. So creating the product (which is the Excel document) is basically done with the click of a button. That's the first step.
What I also do is the following:
2) Login to Wordpress
3) Going to the member area of this site and upload the product
Now I'm little bit tired of doing step 2 and 3. So I wonder If this is a process that can be automated?
I figure that every task a human can do online could be done by code as well. Could this be done with C# for example? Or would some other programming language be a better choice for this kind of things?
Preferable, when clicking the button to create the product (excel document) then it would be great if it could be published online as well. It would be great if all this could be done from the same WinForm Application.