Worked on safer fetching

This commit is contained in:
Lukas Wölfer
2025-07-24 01:56:23 +02:00
parent 637ff144c3
commit 29e85397a7
8 changed files with 163 additions and 96 deletions

View File

@@ -11,6 +11,7 @@ keywords = ["mediawiki", "bot", "teacher", "score", "automation"]
categories = ["web-programming", "api-bindings", "automation"]
[dependencies]
chrono = "0.4.41"
mwbot = { git = "https://gitlab.wikimedia.org/repos/mwbot-rs/mwbot.git", rev = "05cbb12188f18e2da710de158d89a9a4f1b42689", default-features = false, features = ["generators", "mwbot_derive"] }
reqwest = "0.12.22"
serde = { version = "1.0.219", features = ["derive"] }