autotako

Service to monitor moombox for completed livestream downloads to upload for distribution
git clone https://code.alwayswait.ing/autotako
Log | Files | Refs | README

commit 41d7559196a63e763d94131e7102ba882aea0c3c
parent e84bfb2d5296a75a0a2bbd203e815fa0ca360a7f
Author: archiveanon <>
Date:   Mon, 23 Jun 2025 15:41:07 +0000

Add gofile module dependency

Diffstat:
Mpyproject.toml | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/pyproject.toml b/pyproject.toml @@ -4,6 +4,7 @@ description = "Automated archive distribution." version = "0.0.1" dependencies = [ + "gofile @ git+https://code.alwayswait.ing/gofile", "httpx ~= 0.28", "Jinja2 == 3.1.5", "microdot ~= 2.0.7",