SanderVO / socialsearch

Repo for Social Search project
1 stars 0 forks source link

Twitter api too slow #4

Open Marthyn opened 10 years ago

Marthyn commented 10 years ago

It seems like the count i put on search does not work cause it loads way more than 3:

client.search(topics, :count => 3, :result_type => "recent").collect do |tweet|
    tweets << Tweet.new(tweet.text, tweet.user.screen_name, tweet.id, tweet.created_at)
end