bocchilorenzo / ntscraper

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

Is posible extract all the tweets and retweets? #55

Closed AritzUMA closed 8 months ago

AritzUMA commented 8 months ago

I am truing to extract all the tweets of a user like this

scraper.get_tweets(username, since=formatted_date_until, until=formatted_date_since, mode='user', instance="https://nitter.uni-sonia.com")

It is pissible to extract the tweets and retweets at the same time?

thanks

AritzUMA commented 8 months ago

Somebody knows if I have to use filters?

Thanks

AritzUMA commented 8 months ago

14