{"id":20733692,"url":"https://github.com/waicool20/cvauto","last_synced_at":"2025-04-23T23:00:25.560Z","repository":{"id":66398670,"uuid":"219472930","full_name":"waicool20/CVAuto","owner":"waicool20","description":"Computer Vision Automation","archived":false,"fork":false,"pushed_at":"2024-06-02T03:31:27.000Z","size":1460,"stargazers_count":4,"open_issues_count":0,"forks_count":3,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-03-30T04:22:59.352Z","etag":null,"topics":["automation","computer-vision","testing"],"latest_commit_sha":null,"homepage":"","language":"Kotlin","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/waicool20.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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-11-04T10:17:06.000Z","updated_at":"2024-06-02T03:31:30.000Z","dependencies_parsed_at":"2023-11-18T04:25:33.894Z","dependency_job_id":"fb4039b9-993e-409e-a7d7-7168442d0862","html_url":"https://github.com/waicool20/CVAuto","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/waicool20%2FCVAuto","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/waicool20%2FCVAuto/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/waicool20%2FCVAuto/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/waicool20%2FCVAuto/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/waicool20","download_url":"https://codeload.github.com/waicool20/CVAuto/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250528731,"owners_count":21445516,"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":["automation","computer-vision","testing"],"created_at":"2024-11-17T05:26:35.656Z","updated_at":"2025-04-23T23:00:25.526Z","avatar_url":"https://github.com/waicool20.png","language":"Kotlin","funding_links":[],"categories":[],"sub_categories":[],"readme":"# CVAuto\n\nThis library provides computer vision aided automation to various platforms, such as:\n\n- Android (through ADB)\n- Desktop (through Robot)\n\n# Documentation\n\n[Read the KDoc here on GitHub Pages](https://waicool20.github.io/CVAuto/)\n\n# Example\n\nUsing the android device module we can automate actions on an emulator through ADB\n\nIn this example we get a device using the serial `127.0.0.1:5555`, then grab its screen,\nwe try to send a click action where the click will happen within a rectangular region\nof `50, 50, 100, 100`\n\nAll regions in CVAuto are defined by `x, y, width, height` where x and y are the top-left coordinate\nof the rectangle and the width and height define the dimensions of the rectangle\n\n```kotlin\nval device = ADB.getDevice(\"127.0.0.1:5555\") ?: error(\"Device not found\")\nval screen = device.screens.first()\nscreen.subRegion(50, 50, 100, 100).click()\n```\n\n# License\n\nLicensed under MIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwaicool20%2Fcvauto","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwaicool20%2Fcvauto","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwaicool20%2Fcvauto/lists"}