Re: [Rails] Re: Tweetstream

2010-03-01 Thread Josh Cheek
On Mon, Mar 1, 2010 at 6:43 PM, Ritchie wrote: > Hi Josh, > > If your overall goal is to run it as a background task on Heroku, I > think you want this: http://docs.heroku.com/background-jobs. > > I don't think that there's any other way to run background jobs on > Heroku. > > Regards > Ritchie

[Rails] Re: Tweetstream

2010-03-01 Thread Ritchie
Hi Josh, If your overall goal is to run it as a background task on Heroku, I think you want this: http://docs.heroku.com/background-jobs. I don't think that there's any other way to run background jobs on Heroku. Regards Ritchie On Mar 2, 4:50 am, Josh Cheek wrote: > Hi, I want to use the Twee

[Rails] Re: Tweetstream

2010-03-01 Thread Josh Cheek
Based on their example, I got this to work: -- start code -- require 'rubygems' require 'tweetstream' require 'ruby-growl' username = 'blinkdev' password = **secret** tracks= ['#ROCKPIC'] puts "Starting a GrowlTweet to track: #{tracks.inspect}" TweetStream::Daemon.new(userna