Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How can I get twitter current user's gender

I have reviewed the twitter documentation @anywhere where I can use User Object Properties but in the userdata I don't find the gender property.

like image 947
HaikMnatsakanyan Avatar asked Oct 18 '12 14:10

HaikMnatsakanyan


People also ask

How do you find out someones Twitter gender?

You can take the profile picture of a Twitter user, feed it into Siftr's Vision API and it will detect the gender of the most prominent face in the photograph. You can go a step further and use Microsoft's Face API and it will even provide the approximate age of the subject in the photo.

Does Twitter show your gender?

One of the things that is missing from Twitter is an indication of a person's gender. When you register for Twitter, you do not indicate whether you are male or female, and there is nothing later on that directly identifies your Twitter account as being male or female1.

What percent of Twitter users are female?

Twitter Demographics: Gender In terms of global gender demographics, Twitter is a lot more popular among males than females. 71.2 percent of Twitter users worldwide are male, compared to just 28.8 percent of females (DataReportal, 2022), which puts the ratio of males to females at 2.5 to one.

How can I get Twitter user ID?

Go to www.twitter.com and sign in with your account. Then click on your profile picture at the top bar and select Settings and privacy from the drop-down menu. Open 'Your Twitter data' Tab.


1 Answers

When you create a twitter account it never asks for gender, so you cant get it through the API.

You would need some kind of AI to determine it.

like image 145
Benjamín Martínez Avatar answered Jan 28 '23 09:01

Benjamín Martínez