Get user's gender on Instagram

我是研究僧i 提交于 2020-01-23 07:01:25

问题


I just wonder whether there's a way to get user's gender on instagram... I walked through instagram's api and for user's info got from users/userId doesn't include the gender info. Thanks for your help.


回答1:


NO, there is currently no way to get the gender of the instagram user from API




回答2:


Instagram API does not work, they do not allow this anymore. The thing you can do, is to scrap name of the user and then determine gender based on name. There is Python lib for this, you can find it here: https://pypi.org/project/gender/



来源:https://stackoverflow.com/questions/21298462/get-users-gender-on-instagram

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!