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 B473 DC56 854B F524 A2DA 30C6 DDA3 687E D8A8 D664
To claim this, I am signing this object:
I hereby claim:
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 |