Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Thanks for this great tool!Does any label to indicate which verify status the user now have?Like 'blue' 'gray' or 'golden'? #90

Open
dumpingdumping opened this issue Nov 27, 2024 · 4 comments

Comments

@dumpingdumping
Copy link

Thanks for this great tool!Does any label to indicate which verify status the user now have?Like 'blue' 'gray' or 'golden'?

@iSarabjitDhiman
Copy link
Owner

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.

Source: https://help.x.com/en/rules-and-policies/profile-labels

@dumpingdumping
Copy link
Author

That's correct! Amazing tool for me except the rate limit

@iSarabjitDhiman
Copy link
Owner

iSarabjitDhiman commented Dec 5, 2024

That's correct! Amazing tool for me except the rate limit

Whats up with the rate limit?

@dumpingdumping
Copy link
Author

dumpingdumping commented Dec 8, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants