bear / python-twitter

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

functions api.GetStatus(es) do not get extended_text and full_text #647

Open rheophile10 opened 4 years ago

rheophile10 commented 4 years ago

api.GetStatus does not get full_text from json object returned by twitter api

deltaray commented 4 years ago

Try to instantiate the api with the option tweet_mode='extended'.

lucapowelljournalism commented 4 years ago

Hi, this hasn't been working. Getting 'unexpected keyword argument 'tweet_mode' for the api call.

lucapowelljournalism commented 4 years ago

I switched to Tweepy, the class objects there expect tweet_mode=extended..