Skip to content

Instantly share code, notes, and snippets.

View jkoelker's full-sized avatar

Jason Kölker jkoelker

View GitHub Profile
@jkoelker
jkoelker / xbmc.py
Last active December 30, 2015 10:09 — forked from kjmancuso/xbmc.py
# -*- coding: utf-8 -*-
import MySQLdb as mdb
import MySQLdb.cursors
import datetime
from flask import Flask, render_template
from flask.ext.sqlalchemy import SQLAlchemy
import sqlalchemy as sa