JustAnotherArchivist / snscrape

A social networking service scraper in Python
GNU General Public License v3.0
4.31k stars 698 forks source link

Fetching a tweet by tweetID only #966

Closed khorg0sh closed 1 year ago

khorg0sh commented 1 year ago

What I require is the parent of each tweet collected. The entire thread cannot be fetched as I have already read in the previous questions/issues, which however is the requirement. Kindly suggest a valid way of doing it (fetching the parent tweet at least). Thanks

I have tried bs4, but it requires logging in through selenium which adds to the lines of code. A better approach through snscrape would be appreciated

JustAnotherArchivist commented 1 year ago

906

khorg0sh commented 1 year ago

Thanks