JustAnotherArchivist / snscrape

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

Scraping retweets? #150

Closed lithium135 closed 3 years ago

lithium135 commented 3 years ago

The command snscrape --jsonl --since 2020-10-01 twitter-user @BarackObama gives tweets posted by the account BarackObama since the date specified. Is there a way to scrape all retweets by this account as well (i.e. tweets Obama 'shares' to his followers)?

JustAnotherArchivist commented 3 years ago

Duplicate of #83