Last active
July 14, 2022 14:18
-
-
Save erichare/a17526ce832e402d72515bac04ee4046 to your computer and use it in GitHub Desktop.
Interface with the Twitter Search Daisi
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_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