https://github.com/supakeen/pyspota
https://github.com/supakeen/pyspota
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/supakeen/pyspota
- Owner: supakeen
- License: mit
- Created: 2022-04-16T21:33:09.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2022-04-16T21:34:24.000Z (about 3 years ago)
- Last Synced: 2025-03-14T20:46:33.203Z (4 months ago)
- Language: Python
- Size: 38.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# espyta
This software provides a webhook handler to automatically flash any ESP-based
devices on your network when the repository for their firmware gets updated.## Requirements
- Python 3.6 or up.
- [PlatformIO Core (CLI)](https://docs.platformio.org/en/latest/core/) 5.0 or up.## Installation
I recommend you use a virtual environment and use that to install `espyta`. You
can then start the `espyta` HTTP server as follows:```
# python3.8 -m venv venv
# venv/bin/pip install espyta
# venv/bin/espyta http
```## Configuration
## Documentation
You can read more on our full [documentation website](https://espyta.readthedocs.io/en/latest/).