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 search for tweets older than 7 days #1182

Open
lukaszmn opened this issue Sep 17, 2022 · 0 comments
Open

Unable to search for tweets older than 7 days #1182

lukaszmn opened this issue Sep 17, 2022 · 0 comments

Comments

@lukaszmn
Copy link

As can be found, GetSearchTweetsV2Query uses /2/tweets/search/recent API, which according to the docs includes only past 7 days. There is available API /2/tweets/search/all, but it is not used anywhere in the source code.

My suggestion: add a property to ISearchTweetsV2Parameters whether to run "recent" or "all" search.

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

1 participant