{"id":15406845,"url":"https://github.com/dannyben/docker-snapcrawl","last_synced_at":"2025-12-30T14:21:12.838Z","repository":{"id":68196917,"uuid":"182130967","full_name":"DannyBen/docker-snapcrawl","owner":"DannyBen","description":"Crawl a website and take screenshots (Docker version)","archived":false,"fork":false,"pushed_at":"2023-07-27T04:41:30.000Z","size":25570,"stargazers_count":4,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-10-19T15:54:00.723Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Dockerfile","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/DannyBen.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":"2019-04-18T17:34:51.000Z","updated_at":"2024-10-16T19:27:04.000Z","dependencies_parsed_at":null,"dependency_job_id":"413682ea-ec63-429d-86ab-b5d14a05eba6","html_url":"https://github.com/DannyBen/docker-snapcrawl","commit_stats":{"total_commits":26,"total_committers":2,"mean_commits":13.0,"dds":"0.038461538461538436","last_synced_commit":"7744e72f2e47b11795ed4f7e881491a5e38f79a4"},"previous_names":[],"tags_count":13,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DannyBen%2Fdocker-snapcrawl","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DannyBen%2Fdocker-snapcrawl/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DannyBen%2Fdocker-snapcrawl/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DannyBen%2Fdocker-snapcrawl/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/DannyBen","download_url":"https://codeload.github.com/DannyBen/docker-snapcrawl/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241367938,"owners_count":19951444,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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-01T16:25:55.964Z","updated_at":"2025-12-30T14:21:12.792Z","avatar_url":"https://github.com/DannyBen.png","language":"Dockerfile","funding_links":[],"categories":[],"sub_categories":[],"readme":"Snapcrawl Docker Image\n==================================================\n\n![Version](https://img.shields.io/badge/version-0.5.4-blue.svg)\n\n[View on GitHub][2] | [View on DockerHub][3]\n\n---\n\nThis is a containerized version of [Snapcrawl][1] - a command line utility\nfor crawling a website and saving screenshots.\n\nUsage\n--------------------------------------------------\n\nCreate a `snapcrawl` alias that runs the docker container and mounts the \ncurrent directory to the container's working directory:\n\n```shell\n$ alias snapcrawl='docker run --rm -it --volume \"$PWD:/app\" dannyben/snapcrawl'\n```\n\nThen you can run any snapcrawl command:\n\n```shell\n$ snapcrawl --help\n$ snapcrawl example.com log_level=0 depth=2 width=1024\n```\n\n\nUsing with Docker Compose\n--------------------------------------------------\n\n```yaml\n# docker-compose.yml\nversion: '3'\n\nservices:\n  bash:\n    entrypoint: bash\n    \u003c\u003c: \u0026default\n      image: dannyben/snapcrawl\n      volumes: [\".:/app\"]\n\n  snapcrawl:\n    \u003c\u003c: *default\n```\n\nAnd then you can run:\n\n```\n$ docker-compose run snapcrawl --help\n$ docker-compose run snapcrawl example.com\n```\n\n\n\n[1]: https://github.com/dannyben/snapcrawl\n[2]: https://github.com/DannyBen/docker-snapcrawl\n[3]: https://hub.docker.com/r/dannyben/snapcrawl\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdannyben%2Fdocker-snapcrawl","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdannyben%2Fdocker-snapcrawl","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdannyben%2Fdocker-snapcrawl/lists"}