Skip to content

Instantly share code, notes, and snippets.

#!/usr/bin/env python
# twitch.tv/citystream
# Takes logs from citystream and converts cell stats to json
#
# WIP
import datetime, re, sys
try:
import json
except ImportError: