You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm doing a query of all tweets of a certain hashtag. I'm only getting ~2000 of the 9500 total possible tweets (verified by using another website, and indeed there were tweets missing when I checked out certain dates).
My hypothesis is that this is due to the loop continuing before waiting for the data to be added to results. I want to test this by using Thread.sleep(100).
This is kind of embarassing...but it's been a while since I've used Java, so I don't remember how to build a new jar. So I should do:
mvn clean; mvn package
Then what?
The text was updated successfully, but these errors were encountered:
Hello @daviddliu, I don't if you already get done what you want. On your query you search for a specific user? because not of all are indexed by twitter for advanced search, you can compare the results in "https://twitter.com/search".
I'm doing a query of all tweets of a certain hashtag. I'm only getting ~2000 of the 9500 total possible tweets (verified by using another website, and indeed there were tweets missing when I checked out certain dates).
My hypothesis is that this is due to the loop continuing before waiting for the data to be added to
results
. I want to test this by using Thread.sleep(100).This is kind of embarassing...but it's been a while since I've used Java, so I don't remember how to build a new jar. So I should do:
mvn clean; mvn package
Then what?
The text was updated successfully, but these errors were encountered: