Skip to content
This repository has been archived by the owner on Nov 10, 2024. It is now read-only.

Fix Twitter Premium API Max Requests in search_tweets.R #375

Merged
merged 3 commits into from
Feb 18, 2021

Conversation

kevintaylor
Copy link
Contributor

Update search_tweets such that the search_fullarchive function supports max 500 tweets per request, which is the limit for the Twitter premium API. Fixing this bug is important because it can double or more the cost of using the Twitter premium API.

Update search_tweets such that the search_fullarchive function supports max 500 tweets per request, which is the limit for the Twitter premium API. Fixing this bug is important because it can double or more the cost of using the Twitter premium API.
@kevintaylor kevintaylor changed the title Update search_tweets.R Fix Twitter Premium API Max Requests in search_tweets.R Dec 14, 2019
@kevintaylor
Copy link
Contributor Author

@mkearney is there something else I can do to get this fix ready for you?

@tguerra
Copy link

tguerra commented Feb 27, 2021

It's not yet fixed for the search_30day() function with premium API which only returns max 6k tweets (12 requests).
I tested it with d110184.

packageVersion("rtweet") ‘0.7.0.9000’

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants