{"id":17475392,"url":"https://github.com/stared/screenshot","last_synced_at":"2026-02-18T23:31:11.928Z","repository":{"id":141629742,"uuid":"470089254","full_name":"stared/screenshot","owner":"stared","description":"From https://simonwillison.net/2022/Mar/14/shot-scraper-template/","archived":false,"fork":false,"pushed_at":"2022-03-15T14:16:20.000Z","size":837,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-02-23T13:10:35.114Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/stared.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-03-15T09:32:12.000Z","updated_at":"2022-03-15T09:32:12.000Z","dependencies_parsed_at":"2023-03-13T10:31:07.997Z","dependency_job_id":null,"html_url":"https://github.com/stared/screenshot","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":"simonw/shot-scraper-template","purl":"pkg:github/stared/screenshot","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stared%2Fscreenshot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stared%2Fscreenshot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stared%2Fscreenshot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stared%2Fscreenshot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/stared","download_url":"https://codeload.github.com/stared/screenshot/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stared%2Fscreenshot/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29598205,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-18T22:25:43.180Z","status":"ssl_error","status_checked_at":"2026-02-18T22:25:42.766Z","response_time":162,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-18T18:45:48.075Z","updated_at":"2026-02-18T23:31:11.906Z","avatar_url":"https://github.com/stared.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# shot-scraper-template\n\nQuickly create a new GitHub repository that takes automated screenshots of a web page using [shot-scraper](https://github.com/simonw/shot-scraper).\n\nRead more about how this works in [Instantly create a GitHub repository to take screenshots of a web page](https://simonwillison.net/2022/Mar/14/shot-scraper-template/).\n\n[simonw/simonwillison-net-shot](https://github.com/simonw/simonwillison-net-shot) is an example repository created using this template.\n\n## How to get started\n\nVisit https://github.com/simonw/shot-scraper-template/generate\n\n\u003cimg width=\"500\" alt=\"Screenshot of the interface for creating a new repository with this template, showing the URL pasted into the description field\" src=\"https://user-images.githubusercontent.com/9599/158208859-ee12e174-5c5f-40c0-b5f2-e3df15f1ee4f.png\"\u003e\n\nPick a name for your new repository, and paste **the URL** of the page you would like to take screenshots of into the **description field** (including the `http://` or `https://`).\n\nThen click **Create repository from template**.\n\nYour new repository will be created, and a script will run which will do the following:\n\n- Add a `shots.yml` file to your repository containing the URL of the page you requested\n- Take a screenshot of that URL and add that to you repository as a file called `shot.png`\n\nYou can then edit that `shots.yml` file to customize your screenshot, or add more URLs - see below.\n\n## Re-taking the screenshot\n\nTo re-take the screenshot:\n\n- Click \"Actions\"\n- Select the \"Take screenshots\" workflow\n- Click the \"Run workflow\" menu item\n- Click the green \"Run workflow\" button\n\n\u003cimg width=\"600\" alt=\"image\" src=\"https://user-images.githubusercontent.com/9599/158210618-4b361520-4fbb-4a90-ab8c-f729776dd8f0.png\"\u003e\n\n\nThe repository will keep a history of every previous version of each screenshot, which is useful for keeping track of visual changes to a page.\n\n## Configuring the screenshots\n\nThe initial `shots.yml` file in your repository should look like this:\n\n```yaml\n- url: https://simonwillison.net/\n  output: shot.png\n  height: 800\n```\n\nTo change the name of the file that the screenshot is saved to, change `output: shot.png` to a different file name.\n\nTo take a full height image of the page, remove the `height: 800` line.\n\nTo add additional screenshots, add them to the YAML file like this:\n\n```yaml\n- url: https://simonwillison.net/\n  output: shot.png\n  height: 800\n- url: https://www.example.com/\n  output: example.png\n  height: 800\n```\nFurther options are described in the [shot-scraper README file](https://github.com/simonw/shot-scraper#taking-multiple-screenshots).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstared%2Fscreenshot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstared%2Fscreenshot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstared%2Fscreenshot/lists"}