{"id":15978017,"url":"https://github.com/yu-iskw/capture-webscreens","last_synced_at":"2026-05-18T00:02:06.010Z","repository":{"id":145586848,"uuid":"110169036","full_name":"yu-iskw/capture-webscreens","owner":"yu-iskw","description":"Capture full web page screens with selenium in python","archived":false,"fork":false,"pushed_at":"2017-11-09T23:50:38.000Z","size":4566,"stargazers_count":0,"open_issues_count":2,"forks_count":3,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-08-11T22:39:43.259Z","etag":null,"topics":["python","selenium"],"latest_commit_sha":null,"homepage":null,"language":"Python","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/yu-iskw.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":"2017-11-09T21:38:19.000Z","updated_at":"2017-11-09T23:04:03.000Z","dependencies_parsed_at":null,"dependency_job_id":"4db36b1d-bb16-4edd-a8d6-885f31ebb9e6","html_url":"https://github.com/yu-iskw/capture-webscreens","commit_stats":{"total_commits":3,"total_committers":1,"mean_commits":3.0,"dds":0.0,"last_synced_commit":"1616ac28a02091bc36da5ed0358bbe1e2eff5cfe"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/yu-iskw/capture-webscreens","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yu-iskw%2Fcapture-webscreens","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yu-iskw%2Fcapture-webscreens/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yu-iskw%2Fcapture-webscreens/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yu-iskw%2Fcapture-webscreens/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/yu-iskw","download_url":"https://codeload.github.com/yu-iskw/capture-webscreens/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yu-iskw%2Fcapture-webscreens/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33160167,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-17T22:39:12.733Z","status":"ssl_error","status_checked_at":"2026-05-17T22:39:10.741Z","response_time":107,"last_error":"SSL_read: 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":["python","selenium"],"created_at":"2024-10-07T23:04:49.447Z","updated_at":"2026-05-18T00:02:00.999Z","avatar_url":"https://github.com/yu-iskw.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Capture webscreen\n\nThis is a tool to capture full page pages with selenium in python.\nYou just have to prepare for a file of URL list and execute this tool.\n\nA captured file name is same as the line number of a given URL list.\n\n## Requirements\n\n- Google Chrome\n- Chrome Driver\n- Python 3+\n\n## How to Use\n\n- `--driver`: Selenium driver. Supporting `chromedriver` and `pahtomjs` now.\n- `--input`: Path to a file of URL list\n- `--output`: Path to a directory to store captured images\n\n```\n# Run on ChromeDriver\npython capture_screens.py  \\\n  --driver chromedriver \\\n  --input test-urls.txt \\\n  --output ./capture-images/\n\n# Run on Phantom JS\npython capture_screens.py  \\\n  --driver phantomjs \\\n  --input test-urls.txt \\\n  --output ./capture-images/\n```\n\n## How Setup\n\n### Install Python libraries\n\n```\npip install -r requirements.txt\n```\n\n### Install Chrome Driver\n\nIf you are using mac, you should install\n\n- [Homebrew](https://brew.sh/)\n- [Homebrew/homebrew\\-services](https://github.com/Homebrew/homebrew-services)\n\n```\n# Install chrome-driver\nbrew install chromedriver\n\n# Start chrome-driver\nbrew services start chromedriver\n```\n\n## Install PhantomJS\n\n```\nbrew install phantomjs\n```\n\n# See Also\n\n- [Website screenshot generator with Python – Ronny Yabar – Medium](https://medium.com/@ronnyml/website-screenshot-generator-with-python-593d6ddb56cb)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyu-iskw%2Fcapture-webscreens","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fyu-iskw%2Fcapture-webscreens","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyu-iskw%2Fcapture-webscreens/lists"}