{"id":19893143,"url":"https://github.com/atopx/sprite","last_synced_at":"2026-04-28T16:03:17.099Z","repository":{"id":239945154,"uuid":"800938925","full_name":"atopx/sprite","owner":"atopx","description":"A simple, high-performance, cross-platform automation tool","archived":false,"fork":false,"pushed_at":"2024-05-15T14:10:11.000Z","size":5,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-04T21:44:31.187Z","etag":null,"topics":["automation","keyboard","linux","macos","mouse","rust","windows"],"latest_commit_sha":null,"homepage":"","language":"Rust","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/atopx.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":"2024-05-15T09:37:20.000Z","updated_at":"2024-05-15T14:10:15.000Z","dependencies_parsed_at":"2024-05-16T03:36:48.665Z","dependency_job_id":null,"html_url":"https://github.com/atopx/sprite","commit_stats":null,"previous_names":["atopx/sprite"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/atopx/sprite","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/atopx%2Fsprite","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/atopx%2Fsprite/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/atopx%2Fsprite/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/atopx%2Fsprite/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/atopx","download_url":"https://codeload.github.com/atopx/sprite/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/atopx%2Fsprite/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32387923,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-28T14:34:11.604Z","status":"ssl_error","status_checked_at":"2026-04-28T14:32:37.009Z","response_time":56,"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":["automation","keyboard","linux","macos","mouse","rust","windows"],"created_at":"2024-11-12T18:27:40.754Z","updated_at":"2026-04-28T16:03:17.055Z","avatar_url":"https://github.com/atopx.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# sprite\nA simple, high-performance, cross-platform automation tool\n\n\n## example\n\n\u003e sprite examples/script.spr\n\n```spr\n************** start script **************\n\n** Set variable a of type pos, pos is a built-in coordinate type with (x, y) attribute, \n** in this case a's x=100 a's y=200\npos a 100 200\n\npos b 500 500\n\n** start loop, 10 is the number of loops\nloop-start 10\n\n    ** move the mouse cursor to variable b(500, 500)\n    move b \n\n    ** click the left mouse button once\n    mouse left \n\n    ** sleep 100ms\n    sleep 100\n\n    ** move the mouse cursor to (300, 400)\n    move 300 400\n\n    ** click the left mouse button 10 times\n    mouse left 10\n\n    ** sleep 1s\n    sleep 1000\n\n    ** click the right mouse button 10 times\n    mouse right 10\n\nloop-end ** end the loop block\n```\n\n## Built keyword\n\n- `**`: code comment\n- `pos`: coordinate type with (x, y) attribute\n- `move`: move the mouse cursor\n- `mouse`: click the mouse `left | right` `tims`, default once\n- `sleep`: sleep time millisecond\n- `loop-start` -- `loop-end`: loop block, requires an integer parameter to be used as the loop count\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fatopx%2Fsprite","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fatopx%2Fsprite","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fatopx%2Fsprite/lists"}