├── .github └── workflows │ └── shots.yml ├── README.md ├── requirements.txt ├── shot.png └── shots.yml /.github/workflows/shots.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/simonwillison-net-shot/HEAD/.github/workflows/shots.yml -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/simonwillison-net-shot/HEAD/README.md -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- 1 | shot-scraper 2 | -------------------------------------------------------------------------------- /shot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/simonwillison-net-shot/HEAD/shot.png -------------------------------------------------------------------------------- /shots.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/simonwillison-net-shot/HEAD/shots.yml --------------------------------------------------------------------------------