/KrawlIt

Concurrent Web Crawler in Kotlin

Primary LanguageKotlin

KrawlIt (In Progress)

Attempt at a Concurrent Web Crawler in Kotlin

Download the repository by typing git clone https://github.com/pangav2001/KrawlIt.git

Open folder as Project in IntelliJ IDEA

Add configuration using the Kotlin template and the MainKt class

Press Run and enjoy the magic of an unfinished program :)

OR

If you are not a freak, just navigate to 'KrawlIt/out/artifacts/WebKrawler_jar/' and execute 'java -jar WebKrawler.jar'for the Simple Single-Threaded and working Crawler