https://github.com/astraluma/electric-flock
electric sheep, the video stream
https://github.com/astraluma/electric-flock
electric-sheep
Last synced: about 2 months ago
JSON representation
electric sheep, the video stream
- Host: GitHub
- URL: https://github.com/astraluma/electric-flock
- Owner: AstraLuma
- Created: 2023-07-31T21:14:05.000Z (over 1 year ago)
- Default Branch: trunk
- Last Pushed: 2023-08-02T20:56:34.000Z (over 1 year ago)
- Last Synced: 2025-01-17T10:07:42.644Z (3 months ago)
- Topics: electric-sheep
- Language: Python
- Homepage:
- Size: 37.1 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Electric Flock
Electric sheep, but live video stream
## Run server
First, get https://python-poetry.org/ , then set up the project:
poetry install
to run the daemon:
# With just:
just serve
# Without Just:
poetry run flask --app electric_flock:app run --debug