{"id":16538706,"url":"https://github.com/spyoungtech/ahk-server","last_synced_at":"2025-10-28T14:31:12.713Z","repository":{"id":241037117,"uuid":"804147616","full_name":"spyoungtech/ahk-server","owner":"spyoungtech","description":"Exposes remote execution of AutoHotkey functions","archived":false,"fork":false,"pushed_at":"2024-05-22T03:47:31.000Z","size":4,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-05-23T04:06:08.377Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","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/spyoungtech.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-22T03:37:37.000Z","updated_at":"2024-06-10T23:50:31.642Z","dependencies_parsed_at":null,"dependency_job_id":"428756a4-ddf3-4f41-8d5c-7fe24bd719a9","html_url":"https://github.com/spyoungtech/ahk-server","commit_stats":null,"previous_names":["spyoungtech/ahk-server"],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/spyoungtech%2Fahk-server","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/spyoungtech%2Fahk-server/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/spyoungtech%2Fahk-server/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/spyoungtech%2Fahk-server/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/spyoungtech","download_url":"https://codeload.github.com/spyoungtech/ahk-server/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":219859479,"owners_count":16556036,"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":[],"created_at":"2024-10-11T18:46:28.634Z","updated_at":"2025-10-28T14:31:07.420Z","avatar_url":"https://github.com/spyoungtech.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ahk-server\n\nA server to allow remote execution of AutoHotkey using the Python [ahk](https://github.com/spyoungtech/ahk) wrapper.\nUses fastapi.\n\n\n## Installation\n\n```bash\npip install ahk-server\n```\n\nRequires you have AutoHotkey installed. See [ahk readme](https://github.com/spyoungtech/ahk) for non-python dependencies.\n\n## Usage\n\nTo start the server:\n\n```bash\npython -m ahk_server\n```\nThis accepts two optional command line parameters: `--host` and `--port`. Alternatively, you can also configure the host\nand port by setting the environment variables `AHK_SERVER_HOST` and `AHK_SERVER_PORT`.\n\nAlternatively still, you can also invoke the server using `uvicorn`\n```bash\nuvicorn ahk_server.app:app\n```\n\n## Standalone release\n\n`ahk-server` is also available in a standalone exe release which can be found in the [releases page](https://github.com/spyoungtech/ahk-server/releases)\n\nFor connecting to the server, see the client project: [ahk-client](https://github.com/spyoungtech/ahk-client).\n\n\n## Status\n\nThis project (and its client counterpart) is usable, but in **very** early stages of development.\nNotably, it does not currently include any authentication mechanisms for securing server connections, so use with caution.\n\n\nTODO:\n\nA noninclusive list of things that might come in the future:\n\n- [ ] support some kind of basic authentication\n- [ ] implement `run_script` functionality\n- [ ] implement non-blocking functionality\n- [ ] implement extension negotiation with clients\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fspyoungtech%2Fahk-server","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fspyoungtech%2Fahk-server","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fspyoungtech%2Fahk-server/lists"}