Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Truncated Tweets #35

Open
connerlambden opened this issue Jan 18, 2018 · 4 comments
Open

Truncated Tweets #35

connerlambden opened this issue Jan 18, 2018 · 4 comments

Comments

@connerlambden
Copy link

Hi, any way to set tweet_mode to extended so I can access non-truncated tweets? Thanks.

@asterzwx
Copy link

has there been any solution to this issue?

@slarrain
Copy link

slarrain commented Mar 15, 2018

As a workaround, and following #34 , you can do this:

tso.arguments.update({'tweet_mode':'extended'})

and it will return an object that instead of a text key, has a full_text key, with the full text. I've tested it, and it works.
A PR should be fairly easy to implement, following said #34 .

@carlaTV
Copy link

carlaTV commented Jul 30, 2018

Hi,

when setting tweet_mode to extended it indeed returns the full text tweets. However, it doesn't work with retweets. I have tried to set "retweet_mode" to "extended" as well, but it doesn't seem to work.

Any hint? Thanks!

@slarrain
Copy link

I believe that is a limitation from the Twitter API. Retweets do not come with the original tweet's full text. I think, however, that you have an object inside the RT that is the original tweet. And you also get the tweet id of the original tweet, so you could query the original tweet and pass the extended parameter.

But for RTs, yes, you are right. Twitter API returns truncated text. As far as I know. Sorry about that.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants