working scraping

This commit is contained in:
2025-11-16 21:15:37 +01:00
parent 6302c8749a
commit b8c98163da
4 changed files with 234 additions and 3637 deletions

View File

@@ -10,4 +10,5 @@ serde = { version = "1", features = ["derive"] }
anyhow = "1.0"
futures = "0.3"
serde_json = "1.0"
chrono = "0.4.42"
chrono = "0.4.42"
regex = "1.0"