Skip to content
This repository has been archived by the owner on Nov 30, 2023. It is now read-only.

[Suggestion] Get if tweet is in a thread and the thread tweets #84

Closed
Xpl0itU opened this issue May 1, 2023 · 3 comments
Closed

[Suggestion] Get if tweet is in a thread and the thread tweets #84

Xpl0itU opened this issue May 1, 2023 · 3 comments

Comments

@Xpl0itU
Copy link

Xpl0itU commented May 1, 2023

The python tweety-ns package does this, so it's possible to do https://pypi.org/project/tweety-ns/

@n0madic n0madic closed this as completed in 44d3873 Jun 5, 2023
@n0madic
Copy link
Owner

n0madic commented Jun 5, 2023

Use scraper.GetTweet for parent tweet and check IsSelfThread and Thread list

@Xpl0itU
Copy link
Author

Xpl0itU commented Jun 6, 2023

Thanks so much, just a few questions:

  • does the Thread list also contain the parent tweet?
  • if you supply a tweet which is, let’s say, the third tweet in a thread, what would happen? The list contains all the tweets except the chosen one, has all of them or only the tweets below the chosen?

@n0madic
Copy link
Owner

n0madic commented Jun 7, 2023

The full Thread contains only the parent tweet, all tweets in the thread have the same ConversationID with the ID of the parent tweet - if it is not in the list, it can be obtained separately

imperatrona pushed a commit to imperatrona/twitter-scraper that referenced this issue Mar 9, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants