<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -15,9 +15,10 @@ require 'hpricot'
 require 'yaml'
 
 twitter_config = YAML::load_file('twitter_config.yml')
-
 twitter = Twitter::Client.new(twitter_config)
 
+date = DateTime.now.strftime(&quot;%Y%m%d%H%M%S&quot;)
+
 # where I live
 PLACE = &quot;London&quot;
 
@@ -30,7 +31,9 @@ to_twitter = []
 
 elements.each do |image|
   alt_text = image.get_attribute(&quot;alt&quot;)
-  to_twitter &lt;&lt; alt_text if alt_text.include?(PLACE)
+  if alt_text.include?(PLACE)
+    to_twitter &lt;&lt; &quot;#{alt_text} checked at #{date}&quot;
+  end
 end
 
 to_twitter.each do |update|</diff>
      <filename>pollen.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>929cab2618b27d7987623261575a5370de537fdf</id>
    </parent>
  </parents>
  <author>
    <name>Jonathan Lim</name>
    <email>snowblink@gmail.com</email>
  </author>
  <url>http://github.com/snowblink/pollen-london/commit/e6fd4214a61931190e6a90ddbe117347415f30d0</url>
  <id>e6fd4214a61931190e6a90ddbe117347415f30d0</id>
  <committed-date>2008-05-16T09:59:12-07:00</committed-date>
  <authored-date>2008-05-16T09:59:12-07:00</authored-date>
  <message>[#1 state:resolved] Adding a date to each tweet to show when the data was pulled.</message>
  <tree>d2d7d5ee7592c0f7d2158ac361e3117a32bdd931</tree>
  <committer>
    <name>Jonathan Lim</name>
    <email>snowblink@gmail.com</email>
  </committer>
</commit>
