n0madic / twitter-scraper

Scrape the Twitter frontend API without authentication with Golang.
MIT License
899 stars 187 forks source link

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

Closed Xpl0itU closed 1 year ago

Xpl0itU commented 1 year ago

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

n0madic commented 1 year ago

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

Xpl0itU commented 1 year ago

Thanks so much, just a few questions:

n0madic commented 1 year ago

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