Skip to content

Instantly share code, notes, and snippets.

View chinwayland's full-sized avatar

Wayland Chin chinwayland

View GitHub Profile
@chinwayland
chinwayland / gist:94630442f8276d5b436babd829f93264
Created May 27, 2021 12:30
Web Scraping - Coursera - Pull Degree Info.applescript
-- This script scrapes all the business degrees from a specific Coursera web page
use AppleScript version "2.4" -- Yosemite (10.10) or later
use scripting additions
tell application "Safari"
activate
tell document 1
set URL to "https://www.coursera.org/degrees/business#mastersdegreelist"
delay 5