Created
July 14, 2022 20:16
-
-
Save erichare/1244080725621e112c34315cc78e39f2 to your computer and use it in GitHub Desktop.
Sample code for running Twitter Sentiment
This file contains 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
import pydaisi as pyd | |
twitter_sentiment = pyd.Daisi("erichare/Twitter Sentiment") | |
result = twitter_sentiment.get_twitter_sentiment("Python", count=50).value | |
result |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment