Skip to content

Instantly share code, notes, and snippets.

@erichare
Last active July 14, 2022 14:18
Show Gist options
  • Save erichare/a17526ce832e402d72515bac04ee4046 to your computer and use it in GitHub Desktop.
Save erichare/a17526ce832e402d72515bac04ee4046 to your computer and use it in GitHub Desktop.
Interface with the Twitter Search Daisi
import pydaisi as pyd
twitter_search = pyd.Daisi("erichare/Twitter Search")
tweets = twitter_search.fetch_tweets(query="Pepperoni Pizza", count=10).value
tweets
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment