Jefferson-Henrique / Jefferson-Henrique/GetOldTweets-java

Some tweets missing

Open
#23 1 comment 0 reactions 0 assignees View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.