[google-appengine] Re: SMS: through python AIM/gtalk libraries?

2009-01-05 Thread boson
Take a look at: http://www.textmarks.com/dev/ There's a very easy API to receive SMS into your app (as an HTTP POST), and your HTTP response gets sent back to the person's phone as a text message. Takes 10 minutes or less to set up. Here's a tutorial:

[google-appengine] Re: SMS: through python AIM/gtalk libraries?

2009-01-04 Thread David Wilson
2009/1/1 mclovin hanoo...@gmail.com: I wanted to test out some SMS web app, where I can communicate w/ the application from my phone. I was wondering if the App Engine allows me to do this through the use of either AIM libraries or Gtalk Libraries written in python. Hi there, If you are

[google-appengine] Re: SMS: through python AIM/gtalk libraries?

2009-01-03 Thread satish
I am interested too. I played around with IM integration using the services from http://new.imified.com/ and it worked fine for simple functionality. On Jan 1, 2:08 pm, mclovin hanoo...@gmail.com wrote: I wanted to test out some SMS web app, where I can communicate w/ the application from my

[google-appengine] Re: SMS: through python AIM/gtalk libraries?

2009-01-03 Thread mclovin
Have you tried SMS through aim with imified? On Jan 3, 1:44 pm, satish satish...@gmail.com wrote: I am interested too. I played around with IM integration using the services fromhttp://new.imified.com/and it worked fine for simple functionality. On Jan 1, 2:08 pm, mclovin hanoo...@gmail.com