1 Star 3 Fork 1

无言的黑白/wechat-bot-padlocal

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
bot.js 489 Bytes
一键复制 编辑 原始数据 按行查看 历史
无言的黑白 提交于 2022-02-16 21:54 . 删除多余空行
/**
* @author Hilbert Yi
* @time 2022-01-11
* @digest 入口文件
*/
const { Wechaty } = require("wechaty");
const {PuppetPadlocal} = require("wechaty-puppet-padlocal");
const config = require("./config");
const token = config.PUPPET_TOKEN;
const botName = config.BOTNAME;
// 创建机器人
const bot = new Wechaty({
puppet: new PuppetPadlocal({
token
}),
name: botName
})
module.exports = bot;
//web协议
// const bot = new Wechaty({
// name: "WeChat-Robot"
// });
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/sun2ot/wechat-bot-padlocal.git
git@gitee.com:sun2ot/wechat-bot-padlocal.git
sun2ot
wechat-bot-padlocal
wechat-bot-padlocal
main

搜索帮助

23e8dbc6 1850385 7e0993f3 1850385