I used tweepy to write the code to streaming tweets, but it seems the tweets were truncated and the long tweets I got are not full, they are end with ...
Is there any way that I could streaming the full long tweets?
Add this parameter to your request: tweet_mode=extended
When parsing each tweet, use full_text instead of text.
It's documented here: https://developer.twitter.com/en/docs/tweets/tweet-updates.html
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With