ntscraper icon indicating copy to clipboard operation
ntscraper copied to clipboard

Scrape from Twitter using Nitter instances

Results 15 ntscraper issues
Sort by recently updated
recently updated
newest added

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...

Hello friends. I'm running my own instance of Nitter and it seems to be working correctly because I can browse normally, when I visit a user's page I can see...

The Threads function is broken, I think this is because of how nitter is handling them. I have only been using it recently, so I don't know about the past....

Hi! Somewhat new to ntscraper. Tried to add the " exclude='replies' " parameter to my code and it threw the following error: ValueError: Invalid exclusion filter 'r'. Valid filters are:...

If it is possible to use a Nitter picker to search for instances instead of dealing with "empty page" for dead links that would be good

Hello, thank you very much for sharing this nice tool. However, I have an issue. I use Jupiter Notebook with the default settings (e.g., search a term using random instances)....

If you can scrape more than 100 tweets, it only fetches 53 or 55. I think there's an issue with some instances. Testing instances: 100%|███████████████████████████████████████████████████████████████████████| 30/30 [01:11

It worked. But there are cases where certain re-tweets are not successfully scraped. And this feels like fixable, because the instance I choose did include these re-tweets when I checked...

Hi, I am trying to extract the trendic topics of the words tweets and I get a empty page on the servers when I know that there are tweets with...

Hello, may I ask how to crawl down the forwarding relationship of a tweet, including multi-level forwarding relationships?