{"id":20565797,"url":"https://github.com/phenax/screenshit","last_synced_at":"2026-04-11T23:43:14.351Z","repository":{"id":50053911,"uuid":"207092945","full_name":"phenax/screenshit","owner":"phenax","description":"CLI tool to capture screenshots of a list of web pages","archived":false,"fork":false,"pushed_at":"2021-06-05T10:48:30.000Z","size":72,"stargazers_count":2,"open_issues_count":5,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-16T19:52:20.571Z","etag":null,"topics":["cli","pupeteer","screenshot"],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/phenax.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}},"created_at":"2019-09-08T09:57:45.000Z","updated_at":"2024-09-16T12:07:23.000Z","dependencies_parsed_at":"2022-08-31T03:21:18.400Z","dependency_job_id":null,"html_url":"https://github.com/phenax/screenshit","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phenax%2Fscreenshit","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phenax%2Fscreenshit/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phenax%2Fscreenshit/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phenax%2Fscreenshit/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/phenax","download_url":"https://codeload.github.com/phenax/screenshit/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":242179252,"owners_count":20084940,"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":["cli","pupeteer","screenshot"],"created_at":"2024-11-16T04:39:09.186Z","updated_at":"2026-04-11T23:43:09.319Z","avatar_url":"https://github.com/phenax.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Screenshit\n\nCLI tool to capture screenshots of a list of web pages\n\n## Install\n\n* Install it globally\n```bash\nnpm install screenshit -g\n# OR\nyarn global add screenshit\n```\n\n* Use npx to run it without installing\n```bash\nnpx screenshit --help\n```\n\n## Usage\n\n### Help menu\n```\nscreenshit --json path/to/file.json\n\nOptions:\n  --version         Show version number                                [boolean]\n  --help            Show help                                          [boolean]\n  --urls            URL mode - You can follow this flag with space seperated\n                    list of page urls to screenshit                    [boolean]\n  --json            Path to your json config file                       [string]\n  --csv             Path to your csv config file                        [string]\n  --outdir, -O      Path to where you want your pngs dumped\n                          [string] [default: \"/home/akshayn/Desktop/screenshit\"]\n  --dimensions, -D  The dimensions of the viewport (widthxheight)\n                                                  [string] [default: \"1024x600\"]\n  --retries, -r     Max number of retries if an attempt fails\n                                                           [number] [default: 3]\n```\n\n### Pass urls as cli arguments\nPass the page urls as command line arguments.\n\n```\nscreenshit --urls \"https://google.com\" \"https://github.com\"\n```\n\nNOTE: `urls` is a boolean flag. Any loose arguments will be considered as urls.\n\n\n### From json list of urls\n\n```\nscreenshit --json example.json\n```\n\n`example.json` needs to look like...\n```json\n{\n  \"urls\": [\n    \"https://google.com\",\n    \"https://phenax.github.io\",\n    \"https://github.com\"\n  ]\n}\n```\n\n\n### From csv list of urls\n\n```\nscreenshit --csv ./path/to/file.csv\n```\n\nThe csv file needs to have the url as the first column\n\n```csv\nurls,label\nhttps://google.com,\"Google\"\nhttps://github.com,\"Github homepage\"\nhttps://phenax.github.io,\"Akshay Nair\"\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fphenax%2Fscreenshit","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fphenax%2Fscreenshit","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fphenax%2Fscreenshit/lists"}