added sentiment analysis with running compound score#1
Open
SChakravorti21 wants to merge 1 commit intoDisruptHC:masterfrom
SChakravorti21:master
Open
added sentiment analysis with running compound score#1SChakravorti21 wants to merge 1 commit intoDisruptHC:masterfrom SChakravorti21:master
SChakravorti21 wants to merge 1 commit intoDisruptHC:masterfrom
SChakravorti21:master
Conversation
Member
chakshutandon
left a comment
There was a problem hiding this comment.
Love the additions! Let's continue working on this.
| AccessToken="2675842215-kXO7G1ZqaVo1hUcA2GUSmBz0Aupnfx5FLaZLvS7" | ||
| AccessTokenSecret="0HpMPy5z1APpsUyQgBBf9qm4eNmcFRFm1k65Nb8EU0CPB" | ||
|
|
||
| auth=OAuthHandler(ConsumerKey,ConsumerSecret) |
Member
There was a problem hiding this comment.
Let's pull access tokens from env variables or conf instead
| auth=OAuthHandler(ConsumerKey,ConsumerSecret) | ||
| auth.set_access_token(AccessToken, AccessTokenSecret) | ||
|
|
||
| twitterStream=Stream(auth, listener()) |
Member
There was a problem hiding this comment.
Stream times out with "No such directory"
| auth=OAuthHandler(ConsumerKey,ConsumerSecret) | ||
| auth.set_access_token(AccessToken, AccessTokenSecret) | ||
|
|
||
| twitterStream=Stream(auth, listener()) |
Member
There was a problem hiding this comment.
Sentiment analysis in real time on this data?
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.