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

Not able to get the conversation id/replied to tweet using filtered stream #1924

Closed
4RCAN3 opened this issue Jul 21, 2022 · 5 comments
Closed
Labels
Need Follow-Up This needs to be followed up on to be actionable No Reproduction This is not reproducible Stale This is inactive, outdated, too old, or no longer applicable

Comments

@4RCAN3
Copy link

4RCAN3 commented Jul 21, 2022

I'm trying to get the tweet to which someone's mentioned my bot, but I'm unable to get the conversation id for it. This is the response I'm getting:
image
Also referencing the "reply":
image
Is it possible I might be doing something wrong?

@luizoti
Copy link

luizoti commented Jul 26, 2022

Same here, conversation id is None with get_users_tweets.

@luizoti
Copy link

luizoti commented Jul 26, 2022

After re-reading the documentation I noticed that I was using the wrong parameter, instead of tweet_fields I was using media_fields, now it seems to be returning everything correctly.

@4RCAN3
Copy link
Author

4RCAN3 commented Jul 26, 2022

After re-reading the documentation I noticed that I was using the wrong parameter, instead of tweet_fields I was using media_fields, now it seems to be returning everything correctly.

Hi, can you send me the code snippet for that? Is there something I may be doing wrong. The on_tweet function returns the tweet object so I was using the attributes for that. I also tried fetching the tweet using client.get_tweet but I stil wasn't able to get the conversation ID.

@luizoti
Copy link

luizoti commented Jul 26, 2022

I believe there should be no problems.

@4RCAN3 4RCAN3 closed this as completed Jul 29, 2022
@Harmon758
Copy link
Member

Are you requesting the conversation_id Tweet field?
If so, you'll need to provide all of the relevant code for further help.

@Harmon758 Harmon758 closed this as not planned Won't fix, can't repro, duplicate, stale Aug 20, 2022
@Harmon758 Harmon758 added Need Follow-Up This needs to be followed up on to be actionable No Reproduction This is not reproducible labels Aug 20, 2022
@Harmon758 Harmon758 added the Stale This is inactive, outdated, too old, or no longer applicable label Oct 26, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Need Follow-Up This needs to be followed up on to be actionable No Reproduction This is not reproducible Stale This is inactive, outdated, too old, or no longer applicable
Projects
None yet
Development

No branches or pull requests

3 participants