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
HI @dumpingdumping
First get the user details with TweeterPy.get_user_data and look for verified_type.
If verified_type is "Government" it has probably grey verification tick. Gold tick mark belongs to "Business". If verified_type is None, its blue verified. Also keep an eye on the "verification_info" datapoint, if there is no info, then the profile doesn't have a verification mark at all.
I mean i must change account frequently when i need bulks of data.
Is there any possibility to obtain a tweet's quote or retweet info ?
By the way , I found there might be something wrong when i try to get tweet likes using tweetid……
2024-12-08 22:57:24,226 [WARNING] :: Couldn't generate features for request variables.
2024-12-08 22:57:26,434 [WARNING] :: Couldn't generate features for request variables.
2024-12-08 22:57:27,031 [ERROR] :: list index out of range
Traceback (most recent call last):
File "/home/xf/grz/ty/need/myvenv/lib/python3.12/site-packages/tweeterpy/tweeterpy.py", line 112, in _handle_pagination
data = [item for item in entries if item['type'] == 'TimelineAddEntries'][0]['entries']
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^
IndexError: list index out of range
Thanks for this great tool!Does any label to indicate which verify status the user now have?Like 'blue' 'gray' or 'golden'?
The text was updated successfully, but these errors were encountered: