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 found this thread and wanted to try out the from_date to_date functionality, but I could not clone the async-await branch (possibly because it's now a stale branch?). Can you help me to proceed?
The text was updated successfully, but these errors were encountered:
Hey @sol080
Yes, the async-await branch is no longer maintained. I see you want to use from_date and to_date functionality to fetch tweets.
I want to point out a few things here:
It doesn't actually fetch the tweets for a given period of time, rather it first extracts all the tweets until from_date condition is met then it filters out the results.
So if you are planning to use it to grab like 5-7 years old tweets, you will still have to go through all the latest tweets first.
This functionality is not available in the master branch, but if u want to use it anyway, I can add this feature in the next commit.
Hello @iSarabjitDhiman!
I found this thread and wanted to try out the from_date to_date functionality, but I could not clone the async-await branch (possibly because it's now a stale branch?). Can you help me to proceed?
The text was updated successfully, but these errors were encountered: