Skip to content

Instantly share code, notes, and snippets.

@chrisns
chrisns / ticker.py
Created December 18, 2013 14:38
btc/ltc/usd ticker
#!/usr/bin/env python
# Based on the Gmail appindicator from
# http://conjurecode.com/create-indicator-applet-for-ubuntu-unity-with-python/
import sys
import os
import gtk
import appindicator
import requests