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

Needs ability to track multiple topics #5

Open
uclatommy opened this issue Feb 23, 2017 · 1 comment
Open

Needs ability to track multiple topics #5

uclatommy opened this issue Feb 23, 2017 · 1 comment

Comments

@uclatommy
Copy link
Owner

Tracking multiple keywords puts all related tweets into a single sqlite3 table. When the realtime sentiment is calculated, it calculates for all records in this table. We want to be able to segment sentiment values based on topics where each topic may be composed of multiple keywords.

@uclatommy
Copy link
Owner Author

In order to do this, we need to understand how twitter returns results based on the track parameter. This documentation is located here: https://dev.twitter.com/streaming/overview/request-parameters#track

Once we can replicate that logic, we can use it to tag each tweet in our database with the related tracking terms as the records are inserted. Then when we query to calculate real-time sentiment, we can query by the tagged data.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant