JustAnotherArchivist / snscrape

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

How to use snscrape to get the screenshot of twitter userprofile? #220

Closed helloqwerasdf closed 3 years ago

JustAnotherArchivist commented 3 years ago

This isn't possible with snscrape as it isn't browser-based. You might want to look into headless browsers; both Firefox and Chromium have fairly simple ways to load a web page and take a screenshot from the command line nowadays.