bocchilorenzo / ntscraper

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

missing tweets #69

Closed dissizcark closed 3 months ago

dissizcark commented 7 months ago

Hello,

I can pull user's tweets. But it doesn't pull reply tweets.

When I examine the Nitter.py file, it sends a request to https://nitter.poast.org/username. Why don't we post this as https://nitter.poast.org/username/with_replies? So we can get the answers? I tried, but when it happens like this, the server rejects the request. What do you think is the problem? Ekran Alıntısı

bocchilorenzo commented 3 months ago

Hi, I've added the possibility to also get the replies with a "replies" parameter. Regarding the issue you're having with the .poast.org instance, they have a browser check to avoid bots and scrapers, so it cannot be used.