短信解决方案

发布于 2024-12-12 09:19:59 字数 210 浏览 0 评论 0 原文

使用谷歌应用程序引擎,有没有办法从手机发送短信到应用程序(用Python编写)并将数据存储在应用程序数据库中。然后就可以在浏览器中从应用程序中检索它。反之亦然。经过几天的搜索后,我还没有找到这个答案或基于云的解决方案。想想存放诗歌的投递箱。您可以通过短信写一首诗或俳句并将其发送到您的帐户。您可以使用手机应用程序将其发布到您的帐户。或使用基于网络的服务将其发布到您的帐户。最终结果是能够访问各个方面的数据。

With google app engine, is there a way to send a text message from a cell phone, to the app(written in python) and have the data stored in the app database. then be able to retreive it from the app in a browser. and vice versa. after searching a few Days I have not come close to finding this answer, or a cloud based solution. Think of drop box for say Poems. you can write a poem or haiku in sms and text it to your account. you can use a mobile phone app to publish it to your account. or use the web based service to post it to your account. the end result is being able to access the data on all fronts.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

任谁 2024-12-19 09:19:59
  1. 您可以使用 Twilio 通过 AppEngine 发送短信“http://www.twilio.com/api/sms”rel="nofollow">Twilio SMS API。
  2. 查看记录的手机天气应用代码 此处位于 Google Appengine 博客:
  3. 手机天气应用 (python+appengine) 操作方法
  4. 我听说Tropo 也不错。尝试一下,开发者免费

我个人从来没有这样做过,但这应该可以解决问题。

  1. You can use Twilio to send text messages from AppEngine using Twilio SMS API.
  2. Check out the code of weather by phone app documented here on Google Appengine blog:
  3. Weather by phone app (python+appengine) how-to
  4. I have heard that Tropo is also good. Try it out, it's Free for developers.

I have never done it personally, but that should do the trick.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文