Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 478 Bytes

README.md

File metadata and controls

13 lines (11 loc) · 478 Bytes

WebsiteAggregator

The Aggregator looks for the interesting articles on the website (interest and URL are entered by user). If the program finds interesting articles, then it saves them to the database.

To run WebsiteAggregator on your machine:

  1. Install and configure Redis Database.
  2. Get dependencies such as:
    • menteslibres.net/gosexy/redis
    • github.com/PuerkitoBio/goquery
    • github.com/gorilla/handlers
    • github.com/gorilla/mux by using go get command