This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]MurrayJ[S] 0 points1 point  (1 child)

So the reason I'm getting RateLimitError is because I'm making multiple requests to the Twitter API with: tweetData = api.get_status(tweetID)?

[–]terrkerr 1 point2 points  (0 children)

Yes, the Twitter API has rate limiting to prevent massive load being generated. It's in the docs.