Add script to retrieve raw data

This commit is contained in:
Marty Oehme 2025-10-07 11:59:46 +02:00
parent 8ef21489a3
commit 91b0496963
Signed by: Marty
GPG key ID: 4E535BC19C61886E
3 changed files with 788 additions and 1 deletions

View file

@ -4,7 +4,11 @@ version = "0.1.0"
description = "A full CSV representation of the Voidlinux popcorn data"
readme = "README.md"
requires-python = ">=3.12"
dependencies = []
dependencies = [
"aiofiles>=24.1.0",
"aiohttp>=3.13.0",
"yarl>=1.22.0",
]
[dependency-groups]
dev = [