Skip to content

Instantly share code, notes, and snippets.

@quantra-go-algo
Created September 6, 2022 15:19
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/d9a1624e43de7615a99d1838854587aa to your computer and use it in GitHub Desktop.
Save quantra-go-algo/d9a1624e43de7615a99d1838854587aa to your computer and use it in GitHub Desktop.
tweet_id = '1532694058916753410'
# Get tweet with a given tweet id
tweet = client.get_tweet(id=tweet_id)
print(f"The tweet with id {tweet_id} is:\n")
print(tweet.data.text)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment