-
Notifications
You must be signed in to change notification settings - Fork 246
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
No differences between Text and FullText #213
Comments
@apaillarse: Thanks for your report! Can you check if the problem still exists if you initialize the stream like this:
|
Yep, I hit the same issue, but with tweet_mode set to extended it looks good now. Thanks. |
It didn't change anything for me... |
I thought I had this issue but what I found was if it was a retweet, the FullText is always truncated (it's as received). If you check |
@jnflint I believe that is how the Twitter API behaves and how it is documented. |
@muesli yes, I was just mentioning as the stream I am looking at has a very high level of retweets so it looked like there was a problem when there wasn't. Thought I would mention it in case someone else thought the shorten text in retweets was a problem |
perhaps it would be helpful to have this in the readme :) |
Hello,
First of all thanks for this good library !
I'm having a problem retrieving the full length of tweets when they are truncated.
I'm using the following simple code :
Both printing methods print exactly the same tweet (the full tweet if its length is low and a truncated tweet if its length is over 140 characters).
It may be a dumb question as I'm not an expert in programming.
Anyway thanks for the time you spend responding to me.
The text was updated successfully, but these errors were encountered: