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 2433 6C34 7D0B 799C A241 51F4 ADD3 77AE 423B 1527
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 |