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 Nov 10, 2024. It is now read-only.
This actually ends up causing a lot of issues if you have a premium application. If you end up wanting to retrieve 500, it costs you 5 calls in your API limit, which when working over larger data sets can exhaust your API limit 5x faster than you anticipated.
This problem was identified in #347. @kevintaylor created a PR that was never included.
I've been using his forked version of the package :#347 (comment)
and it correctly only uses 1 API call per block of 500.
[Edit.. it did on the first computer i tried this with. not working today on a diff computer. Anyone know how to edit the search_tweets.R file after it's been installed on your computer?]
https://github.com/ropensci/rtweet/blob/f9cada85b60101abce14c19afb8c4707202ad699/R/search_tweets.R#L403
Twitter premium now allows up to 500 per request. I think this should be modified.
The text was updated successfully, but these errors were encountered: