-
Notifications
You must be signed in to change notification settings - Fork 198
get_timeline() retryonratelimit = T not working for me #462
Comments
Could you provide more information: What does it mean it is not working for me? Do you get an error, a message, nothing? What code and rtweet version are you using? |
Thanks for your quick answer. I used this code: timeline <- get_timeline(x, n =3200, retryonratelimit = T, include_rts =T) If I run this code, after a while, I get an Error: Edit: I ran the code yesterday, there was no problem. |
|
Yes I'm working with version 0.7.0. That is odd, on thursday I could extract the same tweets of the same number of accounts without an error. So this means I have to basically use a loop to extract the tweets of more than 52 accounts? Seen like here: #136 ? |
Yes, basically with the APIv1 you can't get around this, that I know of. Maybe the new API of twitter can handle this, but it is not currently supported on rtweet |
The endpoint to the API for To overcome this issue, you can loop and create your own ratelimit pause using the |
Hi there,
I tried to use your great function get_timeline() but unfortunately the retryonratelime = TRUE is not working for me. Maybe it's some bug?
Thanks for the help!
The text was updated successfully, but these errors were encountered: