Skip to content

Instantly share code, notes, and snippets.

@elo-siema
elo-siema / das_download.rb
Last active April 8, 2018 01:34 — forked from jaredculp/das_download.rb
Modified to work on Windows
#! /usr/bin/env ruby
# usage:
# $ das_download.rb
require "mechanize"
require "fileutils"
class DasDownloader
attr_reader :agent, :email, :password