- UI made with TornadoFX
- Search coffee makers in
- Fnac
- El corte ingles
- Amazon with issues
- Multithreading per brand. It can open up to 3 chrome instances at the same time to search a brand in each instance.
https://github.com/ConradoMateu/KotlinWebScraping/releases
Unzip the binary you can find in this same release page. Run the jar inside it.
If you are using Linux or Mac and chrome doesn't get opened or an exception is thrown:
Please do the following:
- Open a new terminal in the folder where you have unzipped the jar.
- Write the following
chmod +x bin/chromedriver
- Try to run the jar again