轻量、可部署的微信机器人webhook服务,使用http接口收发微信消息, 用它作为个人通知、AIGC 应用或者 coze、n8n等自动化工作流的消息节点 - wechatbot-webhook/dockerfile at 1f580a43bb4e3f7800462c46923f6cdf27159ff7 · danni-cool/wechatbot-webhook
Breadcrumbs docker-wechatbot-webhook / .gitignore Latest commit danni-cool chore: 🤖 将团队配置文件和commitlint添加到项目中 809761b· Oct 29, 2023 HistoryHistory File metadata and controls Code Blame 3 lines (3 loc) · 47 Bytes Raw node_modules .env root/WeChatSetup-3.9.2.23.exe 1 ...
即微信消息转发地址,微信机器人收到消息后都会转发到目标路径 sudodocker run -d\--name wxBotWebhook\-p3001:3001\-eLOGIN_API_TOKEN="techshrimp"\-eRECVD_MSG_API="http://localhost:8080/receive_msg"\dannicool/docker-wechatbot-webhook 可以写一个python的web端来接收转发过来的消息,此处就简单打印了一...
sudo docker pull dannicool/docker-wechatbot-webhook 运行镜像, 注意修改自定义token sudo docker run -d --name wxBotWebhook -p 3001:3001 -e LOGIN_API_TOKEN="techshrimp" dannicool/docker-wechatbot-webhook 访问以下地址,扫码即可登陆微信机器人,注意将localhost替换成linux机器的ip,token即上一步的自定...
dannicool/docker-wechatbot-webhook:latest 0c8605c58c4ac28a664987f43f0ab1b207ae26027fab9ba73196be21e0d228ba "http://192.168.3.12:8080/receive_msg" 这是本地端口发送请求 docker logs -f wechatbot 1. 2. 3. 4. 5. 6. 7. 8. 9. ...
基于wechatbot-webhook 的微信机器人,支持 GPT 问答、热搜、天气预报、消息转发、小游戏、Webhook提醒等功能。 GPT, 通常指的是“Generative Pre-trained Transformer”(生成式预训练转换器),是一个在自然语言处理(NLP)领域非常流行的深度学习模型架构。GPT模型由OpenAI公司开发,并在多个NLP任务上取得了显著的性能提升...
修改文件alertmanager.yml,添加webhook_configs配置,配置如下: global:resolve_timeout:5msmtp_from:'{{ template "email.from" . }}'smtp_smarthost:'smtp.qq.com:465'smtp_auth_username:'{{ template "email.from" . }}'smtp_auth_password:''smtp_hello:'qq.com'smtp_require_tls:falsewechat_api_url...
notify.sendDing(user['dingtalkWebhook']) if ('telegramBot' in user) : notify.sendTg(user['telegramBot']) if ('pushplusToken' in user) : notify.sendPushplus(user['pushplusToken']) if('enterpriseWechat' in user) : notify.sendWechat(user['enterpriseWechat']) ...
日志输出到docker控制台,可从portainer查看。 python为可选安装项,设置为true就自动安装。 体积小,默认中文UI,默认东八区时区。 iyuu标签集成了IYUUPlus,自动设置好下载器,减少IYUUPlus设置复杂程度。 标签 4.x.x,latest: 标签以纯数字版本号命名,这是qBittorrent正式发布的稳定版,其中最新的版本额外增加latest标签。
https://github.com/danni-cool/docker-wechatbot-webhook 简单来说就是docker封装的微信机器人,可以实现自动化收发消息,可以一键部署到Linux服务器。 项目使用方法 以Ubuntu系统举例如何部署,爬爬虾在电脑上安装了Ubuntu虚拟机,详见以下视频 02:59 hyper-v虚拟机安装ubuntu,免费开源linux桌面操作系统,详细安装教程 ...