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?
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?