bear / python-twitter

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

Make PostUpdates() thread tweets if there are multiple tweets #641

Open drewbrew opened 4 years ago

drewbrew commented 4 years ago

Enhancement:

If a tweet is longer than the character limit, optionally post it as a thread of tweets instead of a series of unconnected messages.

I wrote an implementation here using an optional threaded argument that's easy enough to submit as a PR if you'll accept it.