Skip to content

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#1
SChakravorti21 wants to merge 1 commit intoDisruptHC:masterfrom
SChakravorti21:master

Conversation

@SChakravorti21
Copy link
Copy Markdown

No description provided.

Copy link
Copy Markdown
Member

@chakshutandon chakshutandon left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Love the additions! Let's continue working on this.

Comment thread sentiment_analysis.py
AccessToken="2675842215-kXO7G1ZqaVo1hUcA2GUSmBz0Aupnfx5FLaZLvS7"
AccessTokenSecret="0HpMPy5z1APpsUyQgBBf9qm4eNmcFRFm1k65Nb8EU0CPB"

auth=OAuthHandler(ConsumerKey,ConsumerSecret)
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let's pull access tokens from env variables or conf instead

Comment thread sentiment_analysis.py
auth=OAuthHandler(ConsumerKey,ConsumerSecret)
auth.set_access_token(AccessToken, AccessTokenSecret)

twitterStream=Stream(auth, listener())
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Stream times out with "No such directory"

Comment thread sentiment_analysis.py
auth=OAuthHandler(ConsumerKey,ConsumerSecret)
auth.set_access_token(AccessToken, AccessTokenSecret)

twitterStream=Stream(auth, listener())
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sentiment analysis in real time on this data?

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

Successfully merging this pull request may close these issues.

2 participants