Eric Idle

  • Total activity 5
  • Last activity
  • Member since
  • Following 0 users
  • Followed by 0 users
  • Votes 0
  • Subscriptions 2

Activity overview

Latest activity by Eric Idle
  • Eric Idle commented,

    Update

  • Eric Idle created a post,

    New Post

    New Post

  • Eric Idle created a post,

    Send out SMS

    import plivo, plivoxml from flask import Flask, request app = Flask(__name__) @app.route("/receive_sms/", methods=['GET','POST']) def receive_sms(): # Sender's phone numer from_number = r...