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

12
.vscode/settings.json vendored Normal file
View File

@ -0,0 +1,12 @@
{
"cSpell.words": [
"aiofiles",
"httpx",
"levelname",
"Wuthering",
"wutheringwaves"
],
"python.analysis.ignore": [
"**.json"
]
}