Skip to content

Instantly share code, notes, and snippets.

View kjmancuso's full-sized avatar
🎉
Yeah! Let's party!

Kevin Mancuso kjmancuso

🎉
Yeah! Let's party!
  • San Antonio, TX
View GitHub Profile
@kjmancuso
kjmancuso / chaseProwl.py
Last active December 27, 2015 07:09
Take Chase alert email, feed it into procmail and then feed it into Prowl.
# vim: tabstop=8 expandtab shiftwidth=4 softtabstop=4
import sys
import email
import html2text
import re
import datetime
import prowler
TIME_FORMAT = '%m/%d %H:%M'