Code Monkey home page Code Monkey logo

wx-intimate-pro's Introduction

贴心小助手客户端

依赖

node 版本 >16

项目说明

  • 贴心小助手客户端 QQ群:106425085
  • 实现联系人管理、头像处理、智能机器人对话、好友互动、定时任务,情侣每日说等功能的配置
  • 让你的个人微信号,可以像公众号一样自动收发消息

本项目是基于wechaty 的个人开源智能机器人项目,使用web uos协议版本实现 使用的免费的,现在web uos协议可以用了,不是使用的收费的ipad协议 文档地址:wechaty中文文档

注意以下的applictionToken不是ipad协议的token,是后台配置里面的账号token,是免费的,找我开通账号后可以看到

更多功能说明

  • 微信每日说,定时给女朋友发送每日天气提醒,以及每日一句
  • 定时提醒
  • 定时发送新闻咨询,自定义发送内容,笑话,等等
  • 智能机器人
  • 天行机器人,智能陪聊
  • 关键词
  • 关键词配置自动回复
  • 给机器人发送"更新配置"机器人会自动拉取最新配置信息
  • 给机器人发送"更新联系人"机器人会自动上传最新联系人到后台

开始使用

注册天行数据账号

1、注册: 天行数据

2、申请接口权限

必选接口

其他接口自行申请使用

配置后台参数

我已经搭建好后台配置的服务,也可以自行部署后台服务,后台配置地址:https://wxbot.zhouli.info/ 需要可以联系作者(qq:1021907330)开通账号 QQ群:106425085

  • 配置天行参数,和其他配置 输入图片说明
  • 按需求配置定时任务,情侣每日说,关键词回复等功能

运行机器人

直接本地运行

Step 1: 安装

克隆本项目,并进入项目根目录执行 npm install安装项目依赖

Step 2: 配置

src/index.js代码中配置applictionTokenplatformHostUrl

Step 3: 运行

执行命令npm run start,终端会显示二维码,直接扫码登录

docker运行

我已经构建好镜像到dockerhub了,直接pull我的镜像即可,也可源码自行构建,不做说明

step1: 拉取镜像
docker pull 17783042962/wx-intimate:latest
step2: 启动docker

配置好自己的token

docker run -d -e APPLICTION_TOKEN=配置token --name wx-intimate-bot 17783042962/wx-intimate

启动成功后查看日志,查看登录二维码,扫码登录即可

docker logs -f wx-intimate-bot

功能截图

image image image image image image image

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.