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

Unable to clone the async_await branch #54

Open
sol080 opened this issue Mar 20, 2024 · 1 comment
Open

Unable to clone the async_await branch #54

sol080 opened this issue Mar 20, 2024 · 1 comment

Comments

@sol080
Copy link

sol080 commented Mar 20, 2024

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?

@iSarabjitDhiman
Copy link
Owner

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.

Let me know.
Thanks.

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