Skip to content →

Script to Download the Kensington Outlook

I recently put together a small Python script to automate downloading all the available Kensington Outlook newsletters from the Kensington Community Council website.

I wrote it because I enjoy reading the Outlook on my iPad. Until now, I had to go through the site and manually download each PDF. This script fetches all the PDF links from the site, downloads them to a folder on my Mac, and skips any files that are already downloaded. That folder is synced to my iPad, so I can easily read the latest issues offline.

You can check out the code here:

👉 github.com/dougdiego/py-download-outlook

Setup and usage instructions are in the README.


Published in Uncategorized