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

Problem retrieving tweets which contain emojis only #16

Open
ana-sofia93 opened this issue Nov 12, 2020 · 1 comment
Open

Problem retrieving tweets which contain emojis only #16

ana-sofia93 opened this issue Nov 12, 2020 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@ana-sofia93
Copy link

ana-sofia93 commented Nov 12, 2020

When inspecting the tweets retrieved with the nasty search command, I encountered the following problem:

If a tweet contains only emojis but no text, it cannot be crawled.

Example tweets:
https://twitter.com/McDonalds/status/1258532072634724354
https://twitter.com/McDonalds/status/1258894470055149572

Exemplary code for the command line:
nasty search --query “(from:@McDonalds)” --max-tweets -1 --since 2020-05-08 --until 2020-05-10 --filter LATEST > mcs.json

It would be possible that my parser does not work as intended, although I have no problems retrieving tweets which include text + emoticons / emojis. However, it might also be a bug in the nasty tool?

@lschmelzeisen lschmelzeisen self-assigned this Nov 12, 2020
@lschmelzeisen lschmelzeisen added the bug Something isn't working label Nov 12, 2020
@lschmelzeisen
Copy link
Owner

Yes, this seems to be a bug. I just managed to replicate the problem on my end (also with a more recent McDonalds emoji only Tweet). Thanks for reporting this.

However, at the moment I have no idea what might cause this and can't give you an estimate until when I will manage to fix this. Also, I am fairly confident that I managed to retrieve emoji only Tweets in the past. Weird.

Could be related to #4.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants