bear / python-twitter

A Python wrapper around the Twitter API.
Apache License 2.0
3.41k stars 955 forks source link

GetProfileImageUrl #694

Closed ET-CS closed 3 years ago

ET-CS commented 3 years ago

Hi!

I'm using this great libraries for few years now. Have an app using version 2.0 and still working perfectly. I want to upgrade to latest version (3.4.2). Everything seems to be working, the only thing I'm missing is GetProfileImageUrl which seems to be missing now. I've looked at the documentation and haven't saw any deprecation note about it, or what to use in newer version instead. any help would be appreciated!

ET-CS commented 3 years ago

Found it as profile_image_url in the user object. thanks!