Skip to content

Instantly share code, notes, and snippets.

View dayt0n's full-sized avatar
🎧
vibing

dayt0n dayt0n

🎧
vibing
View GitHub Profile
@dayt0n
dayt0n / getColeman.py
Last active January 10, 2019 21:32
grab Dr. Rick Coleman's lecture slides for the day and combine into a PDF
#
# getColeman.py - grab Dr. Rick Coleman's lecture slides for the day and combine into a PDF
#
# made by Dayton Hasty
#
# (you may need to pip install fpdf)
#
import os
import requests