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 0a4b14572f1a12e69d9f8e1342c7ed755fb231a9
parent 49474d301bbe075a5638983bb1f1fc951c541138
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",