Hacker News new | ask | show | jobs
by stray 4034 days ago
Try learning enough Django or Rails to serve up the TwiML you need. Don't worry about the payment stuff just yet.

You can use ngrok or localtunnel to make it possible for twilio to get your TwiML from your laptop.

You'll likely find that the most difficult part of your project will be getting money to the provider fast enough.

Good luck!