jugyo / earthquake

Twitter terminal client with streaming API support.
MIT License
661 stars 94 forks source link

Avoid truncating long tweet caused by Twitter API change #185

Closed oieioi closed 5 years ago

oieioi commented 5 years ago

In Twitter classic web API, long tweets including URIs are truncated to 140 chars. We can get full tweets by using request parameter tweet_mode=extended and response full_text.

Since I don't know the scope of this change, I made it compatible with text.

See also https://developer.twitter.com/en/docs/tweets/tweet-updates.html