Just a little scraper I built to find the perfect smartphone for me. Currently it supports scraping only one website.
- Clone the repo
git clone https://github.com/giovanniberti/phone_finder- Build and run the jar
./gradlew runShadowThe program will generate an HTML report in the repo root called report.html.
Dynamic filtering is not currently available (and neither planned), but filtering rules can be easily changed in ReportGenerator.kt::main
