Skip to content

Instantly share code, notes, and snippets.

View charliewolf's full-sized avatar
🐺

Charlie Wolf charliewolf

🐺
View GitHub Profile
@charliewolf
charliewolf / keybase.md
Created December 18, 2016 20:15
keybase.md

Keybase proof

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:

@charliewolf
charliewolf / autoaway.py
Created March 1, 2016 03:06
Email notifications for chats received in Fonality HUD when away
#!/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