jsreddy3 / waitlist-watcher

This script watches the waitlist of a given Stanford course and sends an email when a spot opens.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

waitlist-watcher

This script watches the waitlist of a given Stanford course and sends an email when a spot opens.

How to Setup

  1. Find the path to your chrome driver. If you're not sure how, this guide should help.
  2. Add your source email address, source email API password, and destination email address. The source email password is not your actual email password. If you're not sure where to find this password, look here.

Guide

This guide helped me with this first attempt at web scraping, although it had to be customized a bit.

Note: I didn't request the HTML of the explorecourses page using simpler means, such as the python requests library, because Stanford wouldn't let me.

About

This script watches the waitlist of a given Stanford course and sends an email when a spot opens.


Languages

Language:Python 100.0%