Added email notification and an config-parser
.gitignore
0 → 100644
... | @@ -7,7 +7,10 @@ edition = "2021" | ... | @@ -7,7 +7,10 @@ edition = "2021" |
[dependencies] | [dependencies] | ||
fantoccini = "0.18.0" | fantoccini = "0.18.0" | ||
scraper = "0.12.0" | penguin-config = "0.1.1" | ||
serde = "1.0.136" | |||
tokio = { version = "1", features = ["full"] } | tokio = { version = "1", features = ["full"] } | ||
lettre = "0.9" | lettre = { version = "0.10.0-rc.4", features = [ | ||
lettre_email = "0.9" | "smtp-transport", | ||
"native-tls", | |||
] } |
config.json.defaut
0 → 100644
Please register or sign in to comment