Email or username:

Password:

Forgot your password?
Simon Willison

Fixed a bug in my @covidsewage bot caused by a change to the underlying website - details on the bug fix here: github.com/simonw/covidsewage-

It now uses this nested shot-scraper monstrosity which delights me greatly:

shot-scraper -o /tmp/covid.png $(
shot-scraper javascript \
$URL \
'document.querySelector("iframe").src' \
-b firefox \
--user-agent 'Mozilla/5.0 (Macintosh...' \
--raw
) --wait 5000 -b firefox --retina

fedi.simonwillison.net/@covids

4 comments
Go Up