Soldato
- Joined
- 16 Nov 2003
- Posts
- 9,682
- Location
- On the pale blue dot
As some of you may be aware, I run a small website that tracks Xbox Live gamerscores for people in the Console Games and Hardware sub-forum.
This is done by running a C# application I developed that grabs a web page from the Xbox site and then scrapes the information I need from it. The problem is I can only run it when I am there to press run and leaving my PC on all day is not an option. Therefore the data there becomes quickly out of date.
I was thinking I either need a host that will let me run the program on their box at a set interval or perhaps create a smaller tool in whatever language is appropriate to the server which just does the page grabbing bit every thirty minutes and FTP/emails me the files so that I could run the program once a day, but have the data for a whole day loaded in.
Any ideas on the best way of going about this at the cheapest price possible? Hiring a whole server for this is too much money for what I want to do.
This is done by running a C# application I developed that grabs a web page from the Xbox site and then scrapes the information I need from it. The problem is I can only run it when I am there to press run and leaving my PC on all day is not an option. Therefore the data there becomes quickly out of date.
I was thinking I either need a host that will let me run the program on their box at a set interval or perhaps create a smaller tool in whatever language is appropriate to the server which just does the page grabbing bit every thirty minutes and FTP/emails me the files so that I could run the program once a day, but have the data for a whole day loaded in.
Any ideas on the best way of going about this at the cheapest price possible? Hiring a whole server for this is too much money for what I want to do.