Hi all, I know this could have been answered already, but I could not find any post so far.
Does anybody has a simple shell/python/perl script to download the gardenhose sample continuously, in a fault tolerant way, avoiding too many requests (i.e. be banned). My idea would be to launch every say 10 minutes: curl http://stream.twitter.com/1/statuses/sample.json > tweets.$(date + %s) but i dont know how to make it fault tolerant etc etc... Thanks! Marco
