Add initial scrape script

This commit is contained in:
2025-05-09 02:36:15 +02:00
parent 7e40832614
commit 88eb0d2560
4 changed files with 221 additions and 0 deletions

7
pyproject.toml Normal file
View File

@ -0,0 +1,7 @@
[project]
name = "wutheringwaves"
version = "0.1.0"
description = "Wuthering Waves archive"
readme = "README.md"
requires-python = ">=3.13"
dependencies = ["aiofiles", "httpx"]