mahrtayyab / tweety

Twitter Scraper
494 stars 67 forks source link

.get_tweet_quotes() no more available #203

Closed JArma19 closed 7 hours ago

JArma19 commented 3 months ago

Hi, I am facing the following issue:

Given the following piece of code quotes = app.get_tweet_quotes(tweet.id, pages=pages, wait_time=wait_time)

It throws this error: AttributeError: 'Twitter' object has no attribute 'get_tweet_quotes'

However, I am sure it worked until a few months ago. Could you please help me understand that? Is there any workaround to get tweet quotes given the ID?

mahrtayyab commented 3 months ago

It is still available https://github.com/mahrtayyab/tweety/blob/main/src/tweety/user.py#L178

Try reinstalling library