Re: [twitter-dev] best way to get/store gardenhose

2010-02-04 Thread Jorge Vargas
On Mon, Jan 25, 2010 at 6:10 AM, Marco marco.pennacchio...@gmail.comwrote: 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,

[twitter-dev] best way to get/store gardenhose

2010-01-25 Thread Marco
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

Re: [twitter-dev] best way to get/store gardenhose

2010-01-25 Thread John Kalucki
I would suggest finding a Streaming API client in the stack of your choice and writing a little application around the client. I'd then wrap your client with daemon(1) and start it all from init.d. Unless carefully considered, shortcuts are likely to be less reliable or will eventually cause you