<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array">
    <added>
      <filename>example/follow-rt.py</filename>
    </added>
  </added>
  <modified type="array">
    <modified>
      <diff>@@ -328,3 +328,16 @@ class TwitterFeed(Twitter):
     def firehose(self, delegate, args=None):
         &quot;&quot;&quot;Get the firehose feed.&quot;&quot;&quot;
         return self._rtfeed(&quot;http://stream.twitter.com/firehose.xml&quot;, delegate, args)
+
+    def follow(self, delegate, follow, method=&quot;follow&quot;):
+        &quot;&quot;&quot;Follow up to 200 users in realtime.&quot;&quot;&quot;
+        return self._rtfeed(&quot;http://stream.twitter.com/%s.xml&quot; % method,
+                            delegate, {'follow': ','.join(follow)})
+
+    def birddog(self, delegate, follow):
+        &quot;&quot;&quot;Follow up to 200,000 users in realtime.&quot;&quot;&quot;
+        return self.follow(delegate, follow, 'birddog')
+
+    def shadow(self, delegate, follow):
+        &quot;&quot;&quot;Follow up to 2,000 users in realtime.&quot;&quot;&quot;
+        return self.follow(delegate, follow, 'shadow')</diff>
      <filename>lib/twitter.py</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>27e58e236c97bdc131c734cc993f621e2b55a0e3</id>
    </parent>
  </parents>
  <author>
    <name>Dustin Sallings</name>
    <email>dustin@spy.net</email>
  </author>
  <url>http://github.com/dustin/twitty-twister/commit/613cb7b73d16577392bcb8e39ae4b63e86bfa9a7</url>
  <id>613cb7b73d16577392bcb8e39ae4b63e86bfa9a7</id>
  <committed-date>2009-06-23T00:51:27-07:00</committed-date>
  <authored-date>2009-06-23T00:51:27-07:00</authored-date>
  <message>Added birddog/shadow/follow realtime API.</message>
  <tree>a879cf493c64c25bda4a0de520ec087f2e093ddf</tree>
  <committer>
    <name>Dustin Sallings</name>
    <email>dustin@spy.net</email>
  </committer>
</commit>
