{"id":24839830,"url":"https://github.com/starpelly/starpellylib","last_synced_at":"2026-04-18T19:32:22.543Z","repository":{"id":142233979,"uuid":"398448219","full_name":"Starpelly/StarpellyLib","owner":"Starpelly","description":"Tools for Unity","archived":false,"fork":false,"pushed_at":"2023-01-31T07:19:56.000Z","size":50,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-09T06:47:26.381Z","etag":null,"topics":["unity"],"latest_commit_sha":null,"homepage":"","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"wtfpl","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Starpelly.png","metadata":{"files":{"readme":"README_.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2021-08-21T02:32:55.000Z","updated_at":"2023-02-20T11:45:46.000Z","dependencies_parsed_at":null,"dependency_job_id":"20963990-b113-476e-8f6d-6a541b2e2419","html_url":"https://github.com/Starpelly/StarpellyLib","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/Starpelly/StarpellyLib","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Starpelly%2FStarpellyLib","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Starpelly%2FStarpellyLib/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Starpelly%2FStarpellyLib/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Starpelly%2FStarpellyLib/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Starpelly","download_url":"https://codeload.github.com/Starpelly/StarpellyLib/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Starpelly%2FStarpellyLib/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28912156,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-30T11:55:24.701Z","status":"ssl_error","status_checked_at":"2026-01-30T11:54:13.194Z","response_time":66,"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":["unity"],"created_at":"2025-01-31T06:49:41.700Z","updated_at":"2026-01-30T11:55:47.800Z","avatar_url":"https://github.com/Starpelly.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Starpelly\nTools for Unity\n\nSimulates the \"A\" key press every 0.6 seconds:\n```cs\nusing UnityEngine;\n\nusing Starpelly.OS;\n\npublic class test : MonoBehaviour\n{\n    private float action = 0.0f;\n    private float period = 0.6f;\n\n    private void Start()\n    {\n        Application.runInBackground = true;\n    }\n\n    private void Update()\n    {\n        if (Time.time \u003e action)\n        {\n            action += period;\n            Windows.KeyPress(Starpelly.KeyCodeWin.KEY_A);\n        }\n    }\n}\n\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstarpelly%2Fstarpellylib","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstarpelly%2Fstarpellylib","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstarpelly%2Fstarpellylib/lists"}