Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/supakeen/pyspota
https://github.com/supakeen/pyspota
Last synced: 13 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/supakeen/pyspota
- Owner: supakeen
- License: mit
- Created: 2022-04-16T21:33:09.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2022-04-16T21:34:24.000Z (almost 3 years ago)
- Last Synced: 2025-01-19T21:48:18.537Z (20 days ago)
- Language: Python
- Size: 38.1 KB
- Stars: 0
- Watchers: 2
- 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/).