Skip to content

Instantly share code, notes, and snippets.

View mmach-gif's full-sized avatar

mmach-gif

  • Joined Sep 18, 2025
View GitHub Profile
@mmach-gif
mmach-gif / get_microsoft_updates.py
Created September 18, 2025 06:47 — forked from jborean93/get_microsoft_updates.py
Cross platform way to search for and download updates listed in the Microsoft Update catalog
#!/usr/bin/env python
# -*- coding: utf-8 -*-
# Copyright: (c) 2019, Jordan Borean (@jborean93) <jborean93@gmail.com>
# MIT License (see LICENSE or https://opensource.org/licenses/MIT)
# Script to search for updates in the Microsoft Update Catalog. Works on both Python 2 and 3 but requires BeautifulSoup
# to be installed - https://www.crummy.com/software/BeautifulSoup/#Download
import contextlib
import datetime