Skip to content
This repository has been archived by the owner on May 22, 2023. It is now read-only.

Fix English tweets being excluded from stream #60

Merged
merged 1 commit into from
Sep 17, 2016

Conversation

walfie
Copy link
Owner

@walfie walfie commented Sep 17, 2016

Previously, the only English tweets that showed up in columns were ones
that had Japanese text in them (typically the name of the boss).

For some reason, filtering the stream by "I need backup!" only returns
tweets if there is text before "I need backup!" (not sure if the text
needs to be Japanese or if it's any text). Twitter's streaming API is
weird when dealing with CJK text and filtering by full words.

This changes it to filter by "I need backup!Battle ID:" instead.

Fixes #59

Previously, the only English tweets that showed up in columns were ones
that had Japanese text in them (typically the name of the boss).

For some reason, filtering the stream by "I need backup!" only returns
tweets if there is text before "I need backup!" (not sure if the text
needs to be Japanese or if it's any text). Twitter's streaming API is
weird when dealing with CJK text and filtering by full words.

This changes it to filter by "I need backup!Battle ID:" instead.

Fixes #59
@walfie walfie merged commit acd1da3 into master Sep 17, 2016
@walfie walfie deleted the english-tweet-stream-fix branch September 17, 2016 16:58
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant