Skip to content

Instantly share code, notes, and snippets.

View mdcollins05's full-sized avatar

MDCollins mdcollins05

View GitHub Profile
#!/usr/bin/python
import requests
import sys
import json
import pprint
from time import sleep
#This is the user ID going on vacation
vacationing_user = 'PR2D0IM'
@mdcollins05
mdcollins05 / settings.yaml
Created June 9, 2022 02:28
srt-auto-edit rules
---
rules_directory: ./rules.d
rules:
- name: Remove formatting
type: regex
pattern: '</?(font|b|i|u).*?>'
action: replace
value: ""