The goal of this personal learning project is to develop CLI tool for crawling web using Swift programming language.
There are 2 ways to get started:
See the latest release.
To compile BoligScrapper, you need to install Swift 4.0 or later on your machine - the easiest way to do so is by installing Xcode 9.
After that, cd
into the project folder and compile project with $ swift build
. To execute the compiled binary execute $ ./.build/debug/BoligScrapper
You can see all available parameters by $ ./BoligScrapper --help