dockerfile main.js package.json yarn.lock Breadcrumbs docker-wechatbot-webhook / .prettierrc Latest commit danni-cool chore: 🤖 修正无效的prettier配置,忽略一些文件 1ac59c5· Oct 28, 2023 HistoryHistory File metadata and controls Code Blame 8 lines (8 loc) · 127 Bytes Raw { "singleQuote...
yarn.lock Breadcrumbs docker-wechatbot-webhook / .eslintignore Latest commit danni-cool [skip ci] update changelog and readme 4f63ca9· Oct 29, 2023 HistoryHistory File metadata and controls Code Blame 4 lines (4 loc) · 27 Bytes Raw node_modules root docs *.md 1 2 3 4...
Install the buildx component to build images with BuildKit: https://docs.docker.com/go/buildx/ Sending build context to Docker daemon 204.3kB Step 1/17 : ARG APT_SOURCE="default" Step 2/17 : FROM node:19 as builder-default 19: Pulling from library/node bd73737482dd: Retrying in 1 sec...
wechaty, 适用于个人帐户的微信 Bot,由 TypeScript,Docker 和 WECHATY连接 CHATBOTSWechaty Wechat个人帐户include支持 cross ( osx/mac )/cross 达尔文和 Docker Bot 。 https://github.co 开源2019-09-17 上传大小:543KB 所需:39积分/C币 TypeScript_基于 ChatGPTMidJourney 的 AI 助手微信机器人支持个...
dockerfile main.js package.json yarn.lock 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...
docker pull dannicool/docker-wechatbot-webhook 启动容器 该方法会在后台启动一个只能给微信推消息的容器 docker run -d \ --name wxBotWebhook \ -p 3001:3001 \ dannicool/docker-wechatbot-webhook 可选参数 Tips:需要增加参数使用 -e,多行用 \ 隔开,例如 -e RECVD_MSG_API="https://example.com/...
🤖一个基于 WeChaty 结合 OpenAi ChatGPT / Kimi / 讯飞等Ai服务实现的微信机器人 ,可以用来帮助你自动回复微信消息,或者管理微信群/好友,检测僵尸粉等... - wechat-bot/Dockerfile at main · rehack/wechat-bot
org.label-schema.url="https://www.xkboke.com/web-inn/wechatBot/" \ org.label-schema.vendor="aibotk" \ org.label-schema.vcs-url="https://github.com/gengchen528/wechatBot" \ org.label-schema.docker.cmd="docker run aibotk/wechat-bot" 0 comments on commit 8979e0e Please sign in...
轻量、可部署的微信机器人webhook服务,使用http接口收发微信消息, 用它作为个人通知、AIGC 应用或者 coze、n8n等自动化工作流的消息节点 - wechatbot-webhook/dockerfile at 1f580a43bb4e3f7800462c46923f6cdf27159ff7 · danni-cool/wechatbot-webhook
image: dannicool/docker-wechatbot-webhook container_name: wxbot_app volumes: - ./wxBot_logs:/app/log ports: - "3001:3001" environment: - LOG_LEVEL=info # 调整容器输出级别(不影响日志文件输出等级)运行时提示的消息等级(默认info,debug级别会输出详细的日志) # - DISABLE_AUTO_LOGIN=...