Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tweets retrieved from user.get_tweets("Tweets") don't get the thread attribute #267

Open
Nols05 opened this issue Dec 5, 2024 · 0 comments

Comments

@Nols05
Copy link

Nols05 commented Dec 5, 2024

Trying to retrieve someone's tweets I haven't found a way to retrieve their threads.
The only way it works for me is if I retrieve the tweet individually with get_tweet_by_id, but I hope there is a workaround for doing it this way:

    user = await client.get_user_by_screen_name("example")
    tweets = await user.get_tweets("Tweets")

    for tweet in tweets:
        print(tweet.thread)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant