Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Some tweets missing #23

Open
daviddliu opened this issue Apr 23, 2016 · 1 comment
Open

Some tweets missing #23

daviddliu opened this issue Apr 23, 2016 · 1 comment

Comments

@daviddliu
Copy link

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?

@Jefferson-Henrique
Copy link
Owner

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".

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants