+ All Categories
Home > Technology > Twilio at the Google App Engine Meetup 2009-10

Twilio at the Google App Engine Meetup 2009-10

Date post: 08-May-2015
Category:
Upload: twilio
View: 8,202 times
Download: 4 times
Share this document with a friend
Description:
Slides from the Twiliobot presentation at the Google Wave Meetup in Palo Alto on Oct 6, 2009 organized by Bill Katz
15
Copyright 2009 Twilio App Engine Meetup 2009-10-05
Transcript
Page 1: Twilio at the Google App Engine Meetup 2009-10

Copyright 2009 Twilio

App Engine Meetup2009-10-05

Page 2: Twilio at the Google App Engine Meetup 2009-10

Copyright 2009 Twilio

So, you’re meeting with the whitehouse....

to the rescue!

Page 3: Twilio at the Google App Engine Meetup 2009-10

Flu Hotline DemoBuilt on Google App Engine in one hour

LIVEFLU

LOCATOR

LIVE RSS FEEDFROMCDC

Page 4: Twilio at the Google App Engine Meetup 2009-10

4155551212

Page 5: Twilio at the Google App Engine Meetup 2009-10

Twilio

HTTP

HARD EASY!

XMLMP3, wav, etc.

Telecom Goo

PSTNCLECs

SIPuLawGSM G.711

Page 6: Twilio at the Google App Engine Meetup 2009-10

Request/Response

ProgrammingModel

Page 7: Twilio at the Google App Engine Meetup 2009-10

<form action=”digits.php”> <input type=”text” name=”digits” /> <input type="submit" value="Go"/></form>

Request/Response

HTML

Page 8: Twilio at the Google App Engine Meetup 2009-10

<form action=”digits.php”> <input type=”text” name=”digits” /> <input type="submit" value="Go"/></form>

Request/Response

Submit back to digits.phpon input

HTML

Page 9: Twilio at the Google App Engine Meetup 2009-10

<Gather numDigits=”5” action=”digits.php”/>

Apply the same model forvoice applications

Request/Response

TwiML

Page 10: Twilio at the Google App Engine Meetup 2009-10

<Gather numDigits=”5” action=”digits.php”/>

Request/Response

Submit back to digits.phpon input

TwiML

Page 11: Twilio at the Google App Engine Meetup 2009-10

Request/Response

r = twilio.Response()r.append(twilio.Say("Hello World"))print r

Python Libaries

Support for App Engine & urlfetch() in Twilio REST API

Page 12: Twilio at the Google App Engine Meetup 2009-10

Simple, Powerful API Only Five Building Blocks.

Scales Automatically10 or 10,000 Simultaneous Calls.

Pay-As-You-Go Pricing No upfront, no commitment. Pay only for what you use.

Page 13: Twilio at the Google App Engine Meetup 2009-10

Annoncingthe

Winner...

Netbook contest

Page 14: Twilio at the Google App Engine Meetup 2009-10

(877) 265-8137price-it.appspot.com

Congratulations to Audrey M. Roy who won anew netbook and $1,000 of Google App Engine Credit!

Page 15: Twilio at the Google App Engine Meetup 2009-10

Simplifying TelecomSimple • Powerful • Pay-As-You-Go

Evan CookeCo-Founder & CTO

twitter: @[email protected]

http://www.twilio.com


Recommended