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

Tweets are limited to 140 characters #24

Closed
shayanshams66 opened this issue Mar 16, 2020 · 5 comments
Closed

Tweets are limited to 140 characters #24

shayanshams66 opened this issue Mar 16, 2020 · 5 comments

Comments

@shayanshams66
Copy link

Hi,
Currently the fetched tweets are limited to 140 characters. see below:
"display_text_range":[0,140].
Is there any option to fetch all 280 chars.
Thanks

@edsu
Copy link
Member

edsu commented Mar 17, 2020

Can you paste a JSON object for a tweet you received -- or the tweet id of one you are having trouble with? You should find the full 280 characters of the tweet in the full_text property.

@shayanshams66
Copy link
Author

Thanks for the prompt response, Here is one tweet ID that I have problem with but there are many 1221739807711232000.
Thanks a lot

@edsu
Copy link
Member

edsu commented Mar 17, 2020

Thanks! This is some peculiar behavior from the Twitter API. When a retweeted tweet is > 140 characters the retweet has a shortened form. Take a look in retweeted_status.full_text for the original text. Do you see that?

Note I just created #26 to correct the generated CSV output to pull from the retweeted_status when it is a retweet.

@shayanshams66
Copy link
Author

Yes, got it thanks a lot, I don't know why i didn't notice that.

@edsu
Copy link
Member

edsu commented Mar 17, 2020

It's easy to miss.

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

2 participants