TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Show HN: My laptop, Google Home, and Alexa speaking to one another

4 点作者 gliechtenstein大约 8 年前

1 comment

gliechtenstein大约 8 年前
I made a browser-based bot that can literally speak out any words to Google Home and Alexa.<p>You can control it by:<p>1. Directly typing any sentence into the browser<p>2. Remote control it from another browser (even from a phone, as seen in the video)<p>3. Or use its API to trigger it to say whatever you want, whenever you want.<p>It&#x27;s really nifty. For example, I have connected “Hey Google, play Chuck Mangione” API to IFTTT, so every morning at 6am IFTTT triggers hey.run (I keep the web page open, and at 6am the webpage gets a push from IFTTT and redirects to “Hey Google, play Chuck Mangione” page and stars speaking), and then Google starts playing the music to wake me up. I also have an Amazon Echo, so I have set up IFTTT so that it triggers “Hey Alexa, what’s my briefing”, about ten minutes later.<p>I don’t have to say a single thing. It’s all bots talking to bots to do stuff for me.<p>You can try it at <a href="https:&#x2F;&#x2F;hey.run" rel="nofollow">https:&#x2F;&#x2F;hey.run</a> Would appreciate feedback!