Skip to content

Instantly share code, notes, and snippets.

@quantra-go-algo
Created September 6, 2022 15:23
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/425506773cc26cbd01bb4431d7972744 to your computer and use it in GitHub Desktop.
Save quantra-go-algo/425506773cc26cbd01bb4431d7972744 to your computer and use it in GitHub Desktop.
id = "869660137"
tweets = client.get_liked_tweets(id=id)
for count, tweet in enumerate(tweets.data):
print(count+1, "(", tweet.id, ")", tweet, "\n")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment