I wrote a few ruby ββto return all tweets containing the phrase within the time range. However, this code will return a maximum of 1,500 tweets. How can I get more than 1,500 tweets? (I hope to get hundreds of thousands of tweets)
require "rubygems" require "twitter"
source share