bear / python-twitter

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

FOR THE LOVE OF GOD, please someone tell me how I get the full text from tweets. #705

Open Br3ikros opened 2 years ago

Br3ikros commented 2 years ago

when using api.GetSearch() there is no way to specify that I want the full tweets, so how do I make it so the tweets returned have all the text in them?

sparkyfen commented 2 years ago

Is tweet_mode='extended' what you're looking for when you initialize the client?

Br3ikros commented 2 years ago

you saved me. I've added it in the right place, it worked, thank you so so so so so much, i spent fucking days trying to understand and you solved it in one second, thank you so much!!!

helioloureiro commented 1 year ago

Very same question. Thanks a lot for the answer.