{"id":18155433,"url":"https://github.com/0x4f53/webscreenshotter","last_synced_at":"2025-04-07T01:35:59.973Z","repository":{"id":212975749,"uuid":"732739082","full_name":"0x4f53/webscreenshotter","owner":"0x4f53","description":"A Python utility that takes a stitched screenshot of a webpage along with individual ones, at any resolution","archived":false,"fork":false,"pushed_at":"2024-01-13T10:04:37.000Z","size":138,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-13T21:08:31.530Z","etag":null,"topics":["python","selenium","selenium-python"],"latest_commit_sha":null,"homepage":"https://pypi.org/project/webscreenshotter/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/0x4f53.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2023-12-17T17:12:56.000Z","updated_at":"2024-05-21T18:27:42.000Z","dependencies_parsed_at":"2023-12-17T18:26:25.610Z","dependency_job_id":"1927589b-e986-41ca-9b10-7d706ea5f54d","html_url":"https://github.com/0x4f53/webscreenshotter","commit_stats":null,"previous_names":["0x4f53/webscreenshotter"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/0x4f53%2Fwebscreenshotter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/0x4f53%2Fwebscreenshotter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/0x4f53%2Fwebscreenshotter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/0x4f53%2Fwebscreenshotter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/0x4f53","download_url":"https://codeload.github.com/0x4f53/webscreenshotter/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247578579,"owners_count":20961268,"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":["python","selenium","selenium-python"],"created_at":"2024-11-02T04:10:58.819Z","updated_at":"2025-04-07T01:35:59.937Z","avatar_url":"https://github.com/0x4f53.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# webscreenshotter\n\nA Python utility that takes a stitched screenshot of a webpage along with individual ones, at any resolution\n\n### Usage\n\n1. Install the package first\n\n```\npip install webscreenshotter\n```\n\n2. Use the function in your code\n\n```\nfrom webscreenshotter import take_screenshot\n\nif __name__ == \"__main__\":\n    take_screenshot (\n        \"https://en.wikipedia.org/wiki/qr_code\",\n        width=1280, height=720,\n        directory=\".screencaps\", file_suffix=\"capture_\",\n        stitch=True\n    )\n```\n\nChange the directory and suffix to whatever you want.\n\n3. Inspect the location you set as output directory for screenshot(s)\n\nNotes:\n\n1. Stitching happens vertically.\n2. Setting different resolutions can result in different style webpages, especially with PWAs and mobile-optimized webpages.\n\n# Demo\nVisit https://github.com/0x4f53/webqrscan/ to see a quick demo on how this package can be used to scan QR codes on a page without actually making GET requests to get images.\n\n# License\n[GPLv3 License](https://github.com/0x4f53/webscreenshotter/blob/master/LICENSE)\n\nBy 0x4f (Owais Shaikh)\n\nhttps://pypi.org/project/webscreenshotter/\n\nhttps://github.com/0x4f53/webscreenshotter\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F0x4f53%2Fwebscreenshotter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2F0x4f53%2Fwebscreenshotter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F0x4f53%2Fwebscreenshotter/lists"}