python-twitter
python-twitter copied to clipboard
GetUsersSearch and GetUser doesn't include user entities
trafficstars
twitter has undocumented parameters for users so that there is actually a parameter called include_user_entities to return urls with their expanded versions and so on. Also there is an another parameter called skip status to get rid of the status information.
Here is a post from twitter community
This is implemented in a number of endpoints. Is there a specific endpoint that you're referring to?