shot-scraper CLI utility
shot-scraper is the second tool created by Simon Willison that I’ve installed on my machine, the first being llm.
I install Python tools using uv.
uv tool install shot-scraper
shot-scraper install # install browsers
Take a screenshot:
shot-scraper shot https://yejun.dev
Record an HTTP Archive (HAR) file:
shot-scraper har https://yejun.dev
View the file using Chrome HAR Viewer.
#python
#scraping
#tool
#uv