Is it possible to still use rtweet R package to retrieve tweets from Twitter

601 Views Asked by At

I have made an app that retrieves tweets using the function rweet::get_timeline (in the rtweet package).

The app suddenly stopped working with the following error message:

Warning: Error in : Twitter API failed [403]. Check error message at https://developer.twitter.com/en/support/twitter-api/error-troubleshooting

According to one Twitter page, the free tier does not seem to allow tweet pulls (see screenshot below).

Just to have this perfectly clear: Does this mean that it will now longer be possible to use rtweet::get_timeline (to retrieve tweets from different users)? Thanks for any information that might help clarify this!

Screenshot from Twitter page describing the API functionalities available under the free and paid versions

0

There are 0 best solutions below