Skip to content

Instantly share code, notes, and snippets.

View furlongm's full-sized avatar

Marcus Furlong furlongm

View GitHub Profile
@furlongm
furlongm / patchman-api-excel-report.py
Last active July 10, 2024 09:52
patchman-api-excel-report.py
#!/usr/bin/env python3
import json
import requests
import xlsxwriter
from datetime import datetime
from pprint import pprint
protocol = 'http'