MartinKBeck / TwitterScraper

Repository containing all files relevant to my basic and advanced tweet scraping articles.
197 stars 117 forks source link

failed on_status, Twitter error response: status code = 401 #6

Closed M-Abd closed 2 years ago

M-Abd commented 3 years ago

I am getting this issue on scrapping tweets by tweepy. Can you help me to resolve this issue?

MartinBeckUT commented 3 years ago

So 401 errors are described as the following:

The HTTP 401 Unauthorized client error status response code indicates that the request has not been applied because it lacks valid authentication credentials for the target resource.

It's likely due to some authorization error with your account and tweepy. Did you get any problems setting up your keys for utilizing tweepy or setting up your developer account?

MartinBeckUT commented 2 years ago

Did not update comment, closing old issue