Jefferson-Henrique / Jefferson-Henrique/GetOldTweets-java
Some tweets missing
- Dominant language
- Java
- Stars
- 76
- Forks
- 45
- PR merge metrics
- No merged PRs in 30d
Description
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?
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.