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

Likes, Retweets, Replies not being parsed if (> 999) #48

Closed
adupuis2 opened this issue Oct 28, 2017 · 4 comments
Closed

Likes, Retweets, Replies not being parsed if (> 999) #48

adupuis2 opened this issue Oct 28, 2017 · 4 comments

Comments

@adupuis2
Copy link
Contributor

Tweet data for these fields is not being properly parsed if the values exceed 999.

I suspect that it relates to the fact that Twitter displays those values with letters in them. eg, "1.1k" instead of 1100.

In any case, Twitterscraper returns those values as 0.

@adupuis2
Copy link
Contributor Author

I think I've fixed it -- there's an open pull request with the changes.

@RaviGill247
Copy link

RaviGill247 commented Oct 28, 2017

Thanks for the fix. Seems to be working fine now. I realized after collecting 20k tweets they cap out at 999 and I just re-ran the script and now it is all fine.

@muahid12
Copy link

muahid12 commented Oct 29, 2017

@adupuis2 @RaviGill247 I tried changing the code in the tweet file ... uninstalled the file and installed again. Still the issues is not going. Please help me with this.Do I have to change any other file too? please let me know Thanks

@taspinar
Copy link
Owner

taspinar commented Nov 5, 2017

Merged PR#49.
Thank you for your contirbution!

@taspinar taspinar closed this as completed Nov 5, 2017
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