Skip to content

Instantly share code, notes, and snippets.

View lojic's full-sized avatar

Brian Adkins lojic

View GitHub Profile
@lojic
lojic / ncdhhs_downloader.rb
Created June 23, 2022 16:35 — forked from johaywood/ncdhhs_downloader.rb
Download data from NCDHHS COVID dashboards
#!/usr/bin/env ruby
# Install capybara and selenium-webdriver gems
#
# $ gem install capybara
# $ gem install selenium-webdriver
#
# Install chromedriver
#
# $ brew install chromedriver