{"id":24091382,"url":"https://github.com/bateman/wolproxypyapi","last_synced_at":"2026-06-11T12:31:38.428Z","repository":{"id":40372938,"uuid":"439547173","full_name":"bateman/wolproxypyapi","owner":"bateman","description":"A FastAPI RESTful web service for routing Wake-On-LAN packets via the Internet","archived":false,"fork":false,"pushed_at":"2025-10-21T10:27:51.000Z","size":317,"stargazers_count":1,"open_issues_count":2,"forks_count":1,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-11-22T12:22:01.898Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","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/bateman.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2021-12-18T06:42:01.000Z","updated_at":"2024-02-08T13:27:35.000Z","dependencies_parsed_at":"2024-04-17T03:44:45.045Z","dependency_job_id":"ea251efe-ab7a-44be-bd9f-4570bd1b45e7","html_url":"https://github.com/bateman/wolproxypyapi","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/bateman/wolproxypyapi","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bateman%2Fwolproxypyapi","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bateman%2Fwolproxypyapi/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bateman%2Fwolproxypyapi/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bateman%2Fwolproxypyapi/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bateman","download_url":"https://codeload.github.com/bateman/wolproxypyapi/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bateman%2Fwolproxypyapi/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34199516,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-11T02:00:06.485Z","response_time":57,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":[],"created_at":"2025-01-10T07:13:13.372Z","updated_at":"2026-06-11T12:31:38.407Z","avatar_url":"https://github.com/bateman.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# wolproxypyapi\n[![Workflow](https://github.com/bateman/wolproxypyapi/actions/workflows/release.yml/badge.svg)](https://github.com/bateman/wolproxypyapi/actions/workflows/release.yml)\n[![Documentation Status](https://readthedocs.org/projects/wolproxypyapi/badge/?version=latest)](https://wolproxypyapi.readthedocs.io/en/latest/?badge=latest)\n![Docker Pulls](https://img.shields.io/docker/pulls/bateman/wolproxypyapi)\n![Docker Image Version (latest semver)](https://img.shields.io/docker/v/bateman/wolproxypyapi)\n![GitHub](https://img.shields.io/github/license/bateman/wolproxypyapi)\n\n[![Imports: isort](https://img.shields.io/badge/%20imports-isort-%231674b1?style=flat\u0026labelColor=ef8336)](https://pycqa.github.io/isort/)\n[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)\n[![security: bandit](https://img.shields.io/badge/security-bandit-yellow.svg)](https://github.com/PyCQA/bandit)\n![Code Climate maintainability](https://img.shields.io/codeclimate/maintainability/bateman/wolproxypyapi)\n[![Known Vulnerabilities](https://snyk.io/test/github/bateman/wolproxypyapi/badge.svg)](https://snyk.io/test/github/bateman/wolproxypyapi)\n\nA FastAPI RESTful web service for routing Wake-On-LAN packets via Internet.\n\nThis is a simple package for sending Wake-On-LAN packets to other hosts in a local network.\nHowever, wolproxypyapi also offers a fully-dockerized web app (built on Flask) and an API (built on FastAPI) that act as proxy for routing magic WOL packets via the Internet.\n\n## Installation\n\n1. `git clone https://github.com/bateman/wolproxypyapi` - Clone the project from GitHub.\n2. `make install` - Install all dependencies via [poetry](https://python-poetry.org/).\n3. `make docs` - Build the documentation site via [mkdocs](https://www.mkdocs.org/).\n\n## Usage\n\nTo launch the web application, run `poetry run wolproxypyapi` and connect to \u003chttp://127.0.0.0:8000\u003e. You can change the port by editing the file `config/api.config`.\n\n### Docker\n\nAssuming that you have Docker installed on your system and that you have cloned the GitHub repository locally as per the [Installation](#installation) step 1 above, to build and execute the image locally, run\n`docker-compose up -d --build`.\n\nThe app will be available at \u003chttp://127.0.0.0:8000\u003e. To change the port, edit the file `docker-compose.yml` accordingly and rebuild the image.\n\nYou can stop it by executing `docker-compose stop`.\n\nAlternatively, if you don't want to clone the repository, just download the latest image from [DockerHub](https://hub.docker.com/r/bateman/wolproxypyapi), run:\n\n```bash\ndocker pull bateman/wolproxypyapi:latest\ndocker start bateman/wolproxypyapi\n```\n\nThe app will be again accessible at \u003chttp://127.0.0.0:8000\u003e.\n\n## License\n\nThis project is licensed under the terms of the MIT license. See the [LICENSE](LICENSE) file for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbateman%2Fwolproxypyapi","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbateman%2Fwolproxypyapi","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbateman%2Fwolproxypyapi/lists"}