-
- Downloads
Geckodriver integration and scrapping amd shop site
Connecting to the amd-website via geckodriver and scrpaing the shop-articles. Also filtering works rudimentarilly.
Cargo.toml
0 → 100644
[package] | |||
name = "amd-scrapper" | |||
version = "0.1.0" | |||
edition = "2021" | |||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html | |||
[dependencies] | |||
fantoccini = "0.18.0" | |||
scraper = "0.12.0" | |||
tokio = { version = "1", features = ["full"] } | |||
lettre = "0.9" | |||
lettre_email = "0.9" |
geckodriver
0 → 100755
File added
src/main.rs
0 → 100644
src/products.rs
0 → 100644
Please register or sign in to comment