geduldig / TwitterAPI

Minimal python wrapper for Twitter's REST and Streaming APIs
936 stars 263 forks source link

Retweets are getting truncated #200

Closed OmiWakode closed 2 years ago

OmiWakode commented 3 years ago

Hi, i am using the TwitterAPI V2 endpoint for sampled stream, but the returned tweet text is always truncated to 140 characters approximately. Any idea how to resolve this?

geduldig commented 2 years ago

Hi - Without seeing your request I cannot be sure. V2 does not truncate tweets, although V1.1 does truncate tweets by default. You may be seeing an embedded tweet that has been truncated. See this discussion:

https://stackoverflow.com/questions/63540330/get-extended-full-text-tweets-in-twitter-api-v2

Jonas