mahrtayyab / tweety

Twitter Scraper
480 stars 64 forks source link

error executing tweet_detail #202

Open rinaldi6109 opened 2 months ago

rinaldi6109 commented 2 months ago

Executing the following code:

print(app.tweet_detail("https://twitter.com/Microsoft/status/1442542812197801985"))

I get the following error. Why?

Traceback (most recent call last): File "<pyshell#12>", line 1, in print(app.tweet_detail("https://twitter.com/Microsoft/status/1442542812197801985")) File "...\tweety\bot.py", line 846, in tweet_detail response = self.request.get_tweet_detail(tweetId) File "...\tweety\http.py", line 303, in get_tweet_detail response = self.get_response(**self._builder.tweet_detail_as_guest(tweetId)) File "...\tweety\http.py", line 168, in get_response raise TwitterError( tweety.exceptions.TwitterError: Page not Found. Most likely you need elevated authorization to access this resource

I'm using Python.exe 3.12.5 on win 10 with admin privileges.

mahrtayyab commented 2 months ago

try using proxy