Quote: PlayableMoogleQuote: bhepdogg
Vigorously writing a shell script to watch that page on gamestop and text me whenever the content on that page changes...heh heh. Do you think Gamestop will blacklist my IP if I hit that page every minute in my script?
Nah. If you hit it literally once per minute, it's not frequent enough that they're going to shut you off. They're worried about if you're trying to attack them to deny others service, and at one-hit-per-minute, you're clearly not doing that.
shell script? Use PHP and the file_get_contents or cURL module. I have one and it works like a charm.
I was just doing bash with curl - saving the output as html and comparing against the last run with diff.