Skip to content

Instantly share code, notes, and snippets.

View chessercat's full-sized avatar

brianna chessercat

View GitHub Profile
require 'rubygems'
require 'nokogiri'
require 'open-uri'
require 'mechanize'
require 'fileutils'
#the plan is to make a module with all parts of scraping the data, post to git. This would be built out to pull the callsign from the previously created sqlite db, use it as a parameter in the url, pull all the files, upload the list as a child table
class TestMech < Mechanize
attr :my_links
require 'rubygems'
require 'nokogiri'
require 'open-uri'
require 'mechanize'
require 'fileutils'
#the plan is to make a module with all parts of scraping the data, post to git. This would be built out to pull the callsign from the previously created sqlite db, use it as a parameter in the url, pull all the files, upload the list as a child table
class TestMech < Mechanize
attr :my_links
require 'rubygems'
require 'nokogiri'
require 'open-uri'
require 'mechanize'
require 'fileutils'
#the plan is to make a module with all parts of scraping the data, post to git. This would be built out to pull the callsign from the previously created sqlite db, use it as a parameter in the url, pull all the files, upload the list as a child table
class TestMech < Mechanize
attr :my_links