bocchilorenzo / ntscraper

Scrape from Twitter using Nitter instances
MIT License
176 stars 29 forks source link

Getting the replies in user mode of get_tweets #60

Closed gnikmehr closed 9 months ago

gnikmehr commented 9 months ago

Hi, I'm trying to have all the posts of the users, but with get_tweets, just the tab of posts retrieved but I want replies too. Can you please give an advice about it?

bocchilorenzo commented 9 months ago

Hi, the replies are not scraper because the scraper does not currently support scraping single tweets, and even if it did scraping the whole chain of replies of every tweet found could potentially take very long. Right now I won't implement any new features since the future of Nitter is very uncertain, but if it gets better I will implement scraping single tweets with their replies