Skip to content
This repository has been archived by the owner on Jan 21, 2020. It is now read-only.

Kraiany/ukraine_news

Repository files navigation

Build Status Build Status Coverage Status

Setup

  1. Confiure database file cp config/database.sample.yml config/database.yml
  2. Install dependencies bundle install
  3. Setup your database rake db:setup or rake db:create; rake db:migrate; rake db:seed
  4. Start server rails server

Scraping news

rake scrape:all

Supported News Outlets

  1. Українська правда
  2. Еспресо
  3. Громадське

Bitdeli Badge