Ruby script using mechanize to scrape and create backups of course and lecture text content from teachable.com
Add secrets.rb file containing USER, PASS, and LOGIN_URL string constants in same directory as scrape.rb (see secrets_example.rb for example).
Note: LOGIN_URL must be the login page of the course NOT http://teachable.com/login
$ gem install mechanize
$ ruby scrape.rb
View results in results.txt