We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a375699 commit 73e1780Copy full SHA for 73e1780
timetric/demo.rb
@@ -0,0 +1,11 @@
1
+require 'rubygems'
2
+require 'grackle'
3
+
4
+# Use Grackle to get a timeline of tweets from an individual user
5
+client = Grackle::Client.new
6
7
+1.upto(20) do |page|
8
+ tweets =
9
+ client.statuses.user_timeline?(:screen_name=>'chrislowis',
10
+ :page => page)
11
+end
0 commit comments