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
{{ message }}
This repository has been archived by the owner on Jul 8, 2024. It is now read-only.
In simple terms, I am trying to scrap daily tweets related to keyword "Elon" from January 1st, 2019, to current day. When running this command instead of getting the top daily tweets since that day, I get around one thousand tweets from the last two weeks.
Does anyone know how I can import the tweets in the time-span of choice and be able to set the number of tweets I want to import per day?
Best Regards,
Filippos
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hello everyone!
I am experimenting with the GetOldTweet3 library and I fail to achieve my goal.
I am using the following CLI command:
GetOldTweets3 --querysearch "Elon" --since 2019-01-01 --until 2020-06-05 --maxtweets 1000000 --toptweets
In simple terms, I am trying to scrap daily tweets related to keyword "Elon" from January 1st, 2019, to current day. When running this command instead of getting the top daily tweets since that day, I get around one thousand tweets from the last two weeks.
Does anyone know how I can import the tweets in the time-span of choice and be able to set the number of tweets I want to import per day?
Best Regards,
Filippos
The text was updated successfully, but these errors were encountered: