Skip to content

Instantly share code, notes, and snippets.

View an-empty-string's full-sized avatar
🏳️‍⚧️

Tris Emmy Wilson an-empty-string

🏳️‍⚧️
View GitHub Profile

Keybase proof

I hereby claim:

  • I am fwilson42 on github.
  • I am fwilson (https://keybase.io/fwilson) on keybase.
  • I have a public key whose fingerprint is E654 626E 019A B896 8DE3 2652 6458 5303 83BB 8769

To claim this, I am signing this object:

DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
Version 2, December 2004
Copyright (C) 2014 James Woglom <wogloms.com>
Everyone is permitted to copy and distribute verbatim or modified
copies of this license document, and changing it is allowed as long
as the name is changed.
DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
Version 2, December 2004
Copyright (C) 2011 YOUR_NAME_HERE <YOUR_URL_HERE>
Everyone is permitted to copy and distribute verbatim or modified
copies of this license document, and changing it is allowed as long
as the name is changed.
DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
from twisted.words.protocols import irc
from twisted.internet import reactor, protocol
from twisted.python import log
import argparse
import importlib
import json
import os
import time
import re