You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: