There is an online game that shows the number of players currently logged in and playing. I was wondering if there is any simple way to grab that number from the homepage of the site, and store it every X minutes?

http://runescape.com "185,539 people currently online"

Stupid site, but the concept is what I am after. I want to grab that number since it changes all the time, maybe every 10minutes and store it to look at trends.

Anyone know how to do this? :s

link|improve this question

80% accept rate
1  
Is there a way? yes..probably dozens of different ways. However, without knowing the language you are programming in it's impossible to give you direction. – Chris Lively Oct 23 '11 at 1:41
Not only do we not know if this is part of a script or program in progress, we don't even know the Operating System. Please give us more information! :) – Kevin Oct 23 '11 at 1:49
Hi sorry. I'm using Windows. I don't know what language you could use. I just wanted a way to do it. Or if it's even easier to do without writing a script? – Aaron Oct 23 '11 at 10:32
feedback

1 Answer

Based on your question : "I was wondering if there is any simple way to grab that number from the homepage of the site, and store it every X minutes?"

Answer is yes.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.