{"id":19783824,"url":"https://github.com/dalirnet/adbssi","last_synced_at":"2026-05-05T10:34:35.672Z","repository":{"id":57173108,"uuid":"396436764","full_name":"dalirnet/adbssi","owner":"dalirnet","description":"ADB shell screencap interface","archived":false,"fork":false,"pushed_at":"2021-08-16T07:32:13.000Z","size":53,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-02-11T13:49:00.616Z","etag":null,"topics":["adb","android","interface","nodejs","screenshot"],"latest_commit_sha":null,"homepage":"https://www.npmjs.com/package/adbssi","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/dalirnet.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":"2021-08-15T17:40:42.000Z","updated_at":"2021-08-18T20:33:08.000Z","dependencies_parsed_at":"2022-08-24T13:31:07.295Z","dependency_job_id":null,"html_url":"https://github.com/dalirnet/adbssi","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dalirnet%2Fadbssi","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dalirnet%2Fadbssi/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dalirnet%2Fadbssi/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dalirnet%2Fadbssi/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dalirnet","download_url":"https://codeload.github.com/dalirnet/adbssi/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241114203,"owners_count":19912025,"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":["adb","android","interface","nodejs","screenshot"],"created_at":"2024-11-12T06:09:21.489Z","updated_at":"2026-05-05T10:34:35.631Z","avatar_url":"https://github.com/dalirnet.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# adbssi\n\n[ADB](#) [s](#)hell [s](#)creencap [i](#)nterface\n\n![carbon](carbon.png)\n\n### Install\n\n```bash\nnpm install -g adbssi\n```\n\n### Usage\n\n```bash\nadbssi screenshot.png\n```\n\n### Module\n\n```js\nimport ADBssi from \"adbssi\"\n\n/* valid ext\n    .png | .jpg | .gif\n*/\nconst filename = \"screenshot.png\"\n\n/* valid type\n    usb | tcp | auto\n*/\nconst connectionType = \"usb\"\n\nADBssi(filename, connectionType)\n    .then((savedFilePath) =\u003e {\n        /*  savedFilePath */\n    })\n    .catch((errorTag) =\u003e {\n        /* errorTag */\n    })\n```\n\n#### Requirement\n\n-   [adb](https://adbdriver.com/downloads/) (connected to device)\n-   [node](https://nodejs.org/en/download/) (version \u003e=14)\n\n---\n\n[Android Debug Bridge](https://developer.android.com/studio/command-line/adb/) | [Screencap](https://developer.android.com/studio/command-line/adb#screencap)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdalirnet%2Fadbssi","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdalirnet%2Fadbssi","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdalirnet%2Fadbssi/lists"}