Live data from Hacker News

Twilio has an incredible API

callinwith.us

31–40 of 66 posts

Re: Twilio has an incredible API

#31

Earlier quoted context omitted.

Honestly, Twilio's API is so well done I don't believe my code is worth anything. However, it's available here: https://github.com/dickeytk/callinwithus for anyone to take a look at if they're curious how it works.

Thank you so much for sharing the code. <3

No problem! I MIT licensed it as well, so feel free to hack, change, sell away! If you have any questions about it, let me know.

Re: Twilio has an incredible API

#32
post #6

This is as simple is it gets.

Trouble is offsetting the twilio bill. Getting money is the hardest UX problem ever, so I just decided to skip it as long as I can afford it haha

What about starting everyone off with a balance of say $5-10, and running it down after the first call with an option to top up via PayPal once over?

Re: Twilio has an incredible API

#33
post #32
post #6

Earlier quoted context omitted.

Trouble is offsetting the twilio bill. Getting money is the hardest UX problem ever, so I just decided to skip it as long as I can afford it haha

What about starting everyone off with a balance of say $5-10, and running it down after the first call with an option to top up via PayPal once over?

Trouble is, without accounts, how can I tell who the originator of a conference is? My goal is to keep the UX as brutally simple as possible. I'm really against having payments get in the way of using the product in ANY way since I feel that this is a problem that needs to be insanely simple and easy since conference calls are always a pain in the ass for some reason.

Re: Twilio has an incredible API

#34
post #7

I wish Twilio was available in the rest of the world though...

Appears like they do have Voice (and closed SMS beta).

What I don't understand is why it costs 2x-4x more than a regular phone contract gives you.

One day America's companies will discover that outside its borders there are, literally, billions of people.. imagine that.

Re: Twilio has an incredible API

#35

Earlier quoted context omitted.

Take a look at Tropo — in my opinion it's better than Twilio, not least because scripts can be written in Ruby and hosted on Tropo, and has (or had) much better international support.

I do like that they don't charge dev rates, but it does cost 3x as much in production. And twilio works great with ruby, callinwith.us is a rails app. Although if I needed international support I guess that would be an issue. Being a naive American has some perks though.

You missed that point: with Tropo you don't need "an app", you can do it all as a Ruby/js/java/etc script hosted by Tropo. It's obviously limited in scope but very useful for small apps

Re: Twilio has an incredible API

#36
post #28

Earlier quoted context omitted.

I do like that they don't charge dev rates, but it does cost 3x as much in production. And twilio works great with ruby, callinwith.us is a rails app. Although if I needed international support I guess that would be an issue. Being a naive American has some perks though.

We've got great coverage for voice in countries all over the world: http://www.twilio.com/pricing/international-calling-rates You can both call to those countries and receive calls from them. We also just recently added local numbers in the UK in beta ( http://www.twilio.com/uk-voice ), which is just touching on the surface of what will be coming outside the US. You've got my email now so we can get international cal…

Sorry but a year after I chose Tropo over Twilio, Tropo still wins:

Twilio: "Twilio does not offer phone numbers from outside the US and Canada, and you can’t port international numbers to Twilio." http://www.twilio.com/faq/international

Tropo: "We offer local numbers in the US and 40 other countries - here's the full list of available countries, note that these are also free for developer accounts" https://www.tropo.com/docs/scripting/international_dialing_s...

Re: Twilio has an incredible API

#37
After the code has been generated, change the URL to e.g.:

http://callinwith.us/589-106

If the link is opened with the code already set, instead of showing "Your conference room is good to go!" show "We are waiting for you!" or something like that.

This way you can send the link instead of copy-pasting the instructions.

Re: Twilio has an incredible API

#38
post #14
post #2

I made an entire conference call application in like 2 hours. Not for no reason though, I was unable to find a simple conference calling service. Typing 'simple conference calling' into google comes up with crap like this: http://www.freeconferencecall.com/ Anything good out there? I can't be the first guy to make one.

Here's a take on it that uses Twilio Client to allow people to join from the browser as well as the phone http://www.twilio.com/gallery/projects/talkasaur-us I'll see if I can get Aaron in here to give out a few beta codes

Thanks John- I'll give out talkasaur.us codes to anybody who wants one. :) I made it for a twilio contest, and just didn't feel like personally funding the entire Internet's conference calls just yet. :) email me at aaronlerch at gmail for a code.

(btw it's currently browser only, but when it goes publicly available it'll be both)

Re: Twilio has an incredible API

#39
post #14

Earlier quoted context omitted.

Here's a take on it that uses Twilio Client to allow people to join from the browser as well as the phone http://www.twilio.com/gallery/projects/talkasaur-us I'll see if I can get Aaron in here to give out a few beta codes

I saw that one, and it looks great. Definitely the best thing out there I could find. My two problems though: 1. It's in private beta. 2. Not sure I the dinosaur theme is something I would want outside clients to see, although I personally think they're hilarious.

Thanks! The current Dino theme was intentionally silly because it was for a contest. :)

I'm in the process of making it an actual product, including rebranding it. Still with a dinosaur theme for now, but more like http://docraptor.com in terms of professionalism. If people use it, I might rebranded it yet again based on feedback.

Re: Twilio has an incredible API

#40
post #2

I made an entire conference call application in like 2 hours. Not for no reason though, I was unable to find a simple conference calling service. Typing 'simple conference calling' into google comes up with crap like this: http://www.freeconferencecall.com/ Anything good out there? I can't be the first guy to make one.

Aside from old cluttered websites, what's wrong with sites like that? Does the website really matter if all you use it for is to get the number to start a conference call, for free?
Post reply on HN