Simple webscraper made with Ruby
- downloads all links aimed for webscraping
- scrapes data from the selected links
- saves data to database
- stores all data (from multiple web-scraping sessions) in database
- logs all steps in log file
- dynamically creates necessary sqls queries
- Ruby
- Postgresql
