ajdavis / proporti.onl

Compare number of women, men, and nonbinary people among my friends and followers.
https://www.proporti.onl
Apache License 2.0
238 stars 27 forks source link

Improve gender guess with users' countries #21

Open ajdavis opened 6 years ago

ajdavis commented 6 years ago

If the Twitter API provides a clue about what country an account calls home, use that country as input to the name-based gender guesser. Currently the code guesses with country "usa" and then with no country if "usa" fails.

ajdavis commented 4 years ago

We could use the geolocation (if available) for the user's most recent tweet as a hint about which country's stats to use.