W. Wang
W. Wang

Reputation: 33

Is twitter streaming api exactly 1 percent of the whole streaming?

I am using tweepy package to crawl tweets. Just wonder whether the tweets I get are exactly 1 percent of all the tweets in the streaming? Anybody know that?

Thanks in advance.

Upvotes: 0

Views: 179

Answers (1)

Juan E.
Juan E.

Reputation: 1819

Not exactly if they didn't change the way they sample from the time this blog post was written: http://blog.falcondai.com/2013/06/666-and-how-twitter-samples-tweets-in.html

According to the article they send the tweets that where published between the 657th and the 666th millisecond. So it's not exactly 1% but a good approximation.

Upvotes: 1

Related Questions