bear / python-twitter

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

add external urls, base64 string options to UpdateBanner #626

Closed MMasterson closed 4 years ago

MMasterson commented 4 years ago

Hey everyone, love the library! I'm using it in combination with some other APIs and libraries that supply images, one thing I ran into was UpdateBanner() only allowed local files - I wanted to avoid having to save images to my disk so I added the ability to supply external urls and base64 strings of images. Thought it'd be useful for someone else so here is my PR!


This change is Reviewable