bear / python-twitter

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

Get media URL after PostUpdate() #710

Open reisenmachtfreude opened 2 years ago

reisenmachtfreude commented 2 years ago

Is there a way to obtain the URL of the picture, after it was uploaded with PostUpdate() ?

E.g. like this: result = api.PostUpdate(message,media=path_to_picture)

result does not contain the media url of the picture :(