[twitter-dev] Twitter Streaming Question ...Automating getting by KW - Cron Job

2011-04-03 Thread Digga
How should I set up a cron job for twitter stream? I have a php file that consumes and adds data to database ... f(! ($line = stream_get_line($instream, 2, \n))) { What would be the best way to put that on a cron job, will this go infinite if I put it on a schedule, or do I need to run the

Re: [twitter-dev] Twitter Streaming Question ...Automating getting by KW - Cron Job

2011-04-03 Thread Augusto Santos
User http://code.google.com/p/phirehose/ as deamon. No cron job needed. On Sun, Apr 3, 2011 at 2:05 AM, Digga digga...@gmail.com wrote: How should I set up a cron job for twitter stream? I have a php file that consumes and adds data to database ... f(! ($line = stream_get_line($instream,