public
Description: Ruby script that takes data from the BBC website and sends it to twitter/pollen_london
Homepage: http://twitter.com/pollen_london
Clone URL: git://github.com/snowblink/pollen-london.git
Re-enable twitter update line, which was commented out for testing. Must find 
better way to test twittering.
snowblink (author)
Sat May 17 01:02:16 -0700 2008
commit  a49886d76a9824bedf0299be64f554059a68cd03
tree    64df1a4b046d43e8c784e75b460b5682266a0478
parent  85c46c06e9f9eccf205d68edb95c3a3127484ffe
...
38
39
40
41
42
 
 
43
44
45
...
38
39
40
 
 
41
42
43
44
45
0
@@ -38,8 +38,8 @@ end
0
 
0
 to_twitter.each do |update|
0
   begin
0
-    # twitter.status(:post, update)
0
-    puts update
0
+    twitter.status(:post, update)
0
+    # puts update
0
   rescue Exception => e
0
     puts "FAILED!"
0
     puts e

Comments