Skip to content

Instantly share code, notes, and snippets.

@felmey
felmey / bitcoin-otc.py
Last active December 20, 2017 06:05 — forked from zekesonxx/bitcoin-otc.py
#bitcoin-otc HexChat Plugin (updated for Python 3)
import hexchat
from subprocess import Popen, PIPE
import urllib
import re
from urllib.request import urlopen
# HexChat #bitcoin-otc IRC Plugin
# Copyright (C) 2015 Zeke Sonxx <github.com/zekesonxx>
# Copyright (C) 2017 Robert Felmey <https://github.com/felmey>
#