Skip to content

Instantly share code, notes, and snippets.

@lukeburns
lukeburns / gist:8728a6186611a64b06c6
Last active August 29, 2015 14:23 — forked from schacon/gist:1
the meaning of gist
This is gist.
There are many like it, but this one is mine.
It is my life.
I must master it as I must master my life.
Without me gist is useless.
Without gist, I am useless.
@lukeburns
lukeburns / app.py
Created March 17, 2012 16:32 — forked from RobSpectre/app.py
Demonstration of conference creation with client
import flask
from twilio import twiml
from twilio.rest import TwilioRestClient
from twilio.util import TwilioCapability
import os
app = flask.Flask(__name__)
@app.route('/conference', methods=['POST'])
def conference():