Skip to content

Instantly share code, notes, and snippets.

@DeflateAwning
DeflateAwning / UCalgary Class Watcher.py
Last active May 2, 2018 16:07
Tool for watching class availability for non-waitlistable UCalgary classes
#!/usr/bin/env python3
import urllib.request
import xml.etree.ElementTree as ET
import time, random, math
import smtplib
from email.message import EmailMessage