mirror of
https://github.com/edcommonwealth/sqm-dashboards.git
synced 2026-03-09 07:28:41 -07:00
10 lines
187 B
Ruby
10 lines
187 B
Ruby
require 'watir'
|
|
require 'csv'
|
|
|
|
module Dese
|
|
class OneAScraper
|
|
def initialize(filepath: Rails.root.join('data', 'admin_data', 'dese', 'scraped.csv')); end
|
|
|
|
def run; end
|
|
end
|
|
end
|