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
Updated application version to 0.3 and name to PollenLondonBot
snowblink (author)
Thu May 22 16:23:55 -0700 2008
commit  644c9175d54c076b02fe4a277cb9ac425e600ff5
tree    e0f428c4d752a97ff6bfee1b3bba8327b10f5afa
parent  c2ef6503dceff1c7e49310d6db51669b60cdb391
...
15
16
17
18
19
 
 
20
21
22
...
15
16
17
 
 
18
19
20
21
22
0
@@ -15,8 +15,8 @@ require 'hpricot'
0
 require 'yaml'
0
 
0
 Twitter::Client.configure do |conf|
0
-  conf.application_name     = 'pollenlondon'
0
-  conf.application_version  = '0.2'
0
+  conf.application_name     = 'PollenLondonBot'
0
+  conf.application_version  = '0.3'
0
   conf.application_url      = 'https://github.com/snowblink/pollen-london/tree'
0
   conf.source               = 'pollenlondon'
0
 end

Comments