mediawiki: added login stuff

- mediawiki: login_token_get and login_post now working
- csrf still in progress
- added wiki-api-user + secret to wiki-init
- changed ascii-art to be more compact
This commit is contained in:
murmeldin 2024-08-11 22:44:28 +02:00 committed by murmeldin
parent fd27541bbf
commit f12f6d05b1
3 changed files with 75 additions and 9 deletions

View file

@ -10,7 +10,7 @@ chrono = "0.4.38"
regex = "1.10.5"
futures = "0.3.30"
headers = "0.4.0"
reqwest = { version = "0.12.5", default-features = false, features = ["blocking", "rustls-tls"] }
reqwest = { version = "0.12.5", default-features = false, features = ["blocking", "rustls-tls", "cookies", "json"] }
lettre = "0.11.7"
rand = "0.9.0-alpha.1"
rusqlite = "0.31.0"