An open API service indexing awesome lists of open source software.

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

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