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:
- Install and configure Redis Database.
- 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