Skip to content

Instantly share code, notes, and snippets.

@erichare
Created July 14, 2022 20:16
Show Gist options
  • Save erichare/1244080725621e112c34315cc78e39f2 to your computer and use it in GitHub Desktop.
Save erichare/1244080725621e112c34315cc78e39f2 to your computer and use it in GitHub Desktop.
Sample code for running Twitter Sentiment
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