gpt4 book ai didi

node.js - 是否可以使用 node.js 发送 Google 环聊聊天消息?

转载 作者:搜寻专家 更新时间:2023-10-31 22:45:44 25 4
gpt4 key购买 nike

我正在寻找一种方法将消息发送到新的 Gmail 聊天窗口 - 显然是 Google Hangout。我知道 XMPP 支持旧式聊天,但是是否有一个 API 可以使用来自 node.js 的 Google Hangouts 发送任何内容?

最佳答案

https://github.com/jaxbot/hangouts-bot

安装

npm install hangouts-bot

代码

var hangoutsBot = require("hangouts-bot");
var bot = new hangoutsBot("someone@gmail.com", "password");

bot.on('online', function() {
console.log('online');
});

bot.on('message', function(from, message) {
console.log(from + ">> " + message);
});

原始来源:hangouts-bot README

关于node.js - 是否可以使用 node.js 发送 Google 环聊聊天消息?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/25083088/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com