It's a simple scraping bot for site http://bash.org.pl/. It's scraps n newest posts from sties and saves it to output file on disc in JSON format.
In file application.conf user is allow to specify where output file should be
To run the program you need to have installed on your computer the following:
- SBT - https://www.scala-sbt.org/
- Java in version 8 - https://java.com/en/download/
- Scala in version 12 - https://www.scala-lang.org/
if you have in your bash console order sbt you should run it in folder containing project using sbt run