I hereby claim:
- I am charliewolf on github.
- I am usuallycharlie (https://keybase.io/usuallycharlie) on keybase.
- I have a public key whose fingerprint is 3C82 931F 9029 9B5D BCC9 088B 6571 4E0A 9FA6 12B2
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| #!/usr/bin/python | |
| # Quick and (very) dirty script to send emails when a user gets a message and is away from HUD | |
| from base64 import b64decode | |
| from hashlib import sha256 | |
| import sqlite3 | |
| import datetime | |
| import itertools | |
| import os |