Skip to content

Latest commit

 

History

History
42 lines (26 loc) · 968 Bytes

README.md

File metadata and controls

42 lines (26 loc) · 968 Bytes

kgb-ci

KGB

A Dealer for The People

This project is a Crawler that scrapes some reviews posted in DealerRater from dealer McKaig Chevrolet Buick and prints the top three overly positive.

The Crawler was built with Crawly and Floki packages.

Sorting Criteria

  1. Highest rated review by the number of stars.
  2. The number of rated topics.
  3. The average of the employees rating.
  4. The number of employees mentioned in the review.

Requirements

  • Elixir 1.10 or greater

Usage

To perform the crawler, open your terminal follow the steps below:

  • install the dependencies

    mix deps.get
  • Run the crawler and see the top three overly positive endorsements

    mix kgb.scrape

Testing

mix test