Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 857 Bytes

README.md

File metadata and controls

26 lines (17 loc) · 857 Bytes

Kotlin Web Scraper

  • 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.

Downloads

https://github.com/ConradoMateu/KotlinWebScraping/releases

How to run it

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:

image

Please do the following:

  1. Open a new terminal in the folder where you have unzipped the jar.
  2. Write the following chmod +x bin/chromedriver
  3. Try to run the jar again