Add initial scrape script

This commit is contained in:
github-actions[bot]
2025-05-09 02:36:15 +02:00
parent 047bf1fe3f
commit 3846ac1fd1
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"]