Skip to content

Instantly share code, notes, and snippets.

@quantra-go-algo
Created September 6, 2022 15:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save quantra-go-algo/771228e098a487b9086e933b3ea54bde to your computer and use it in GitHub Desktop.
Save quantra-go-algo/771228e098a487b9086e933b3ea54bde to your computer and use it in GitHub Desktop.
query = 'from:quantinsti -is:retweet'
tweets = client.search_recent_tweets(query=query, max_results=100)
for tweet in tweets.data:
print(tweet.text)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment