|
|
@ -4,7 +4,7 @@ require 'date' |
|
|
|
|
|
|
|
restaurants = [] |
|
|
|
|
|
|
|
CSV.open("#{Date.today.to_s}.csv", 'wb') do |csv| |
|
|
|
CSV.open("data/#{Date.today.to_s}.csv", 'wb') do |csv| |
|
|
|
csv << ['url', 'title', 'location', 'address', 'cuisine'] |
|
|
|
Dir.glob('html/restaurants-*.html') do |file| |
|
|
|
page = Nokogiri::HTML(open(file)) |
|
|
|