All Projects → tans → push-bot

tans / push-bot

Licence: other
Pushbot[推送精灵] wechat message bot/基于wechaty的微信推送机器人

Programming Languages

coffeescript
4710 projects
shell
77523 projects

Projects that are alternatives of or similar to push-bot

puppet-wechat
Wechaty Puppet Provider for WeChat
Stars: ✭ 257 (-17.1%)
Mutual labels:  wechaty
grpc
gRPC Service & Protocol Buffers for Wechaty Puppet
Stars: ✭ 20 (-93.55%)
Mutual labels:  wechaty
wechaty-Robot
基于wechaty-puppet-padplus的微信机器人助手
Stars: ✭ 87 (-71.94%)
Mutual labels:  wechaty
puppet-mock
Puppet Mocker for Wechaty (& A Puppet Template Starter)
Stars: ✭ 33 (-89.35%)
Mutual labels:  wechaty
python-wechaty-getting-started
Python Wechaty Starter Project Template that Works Out-of-the-Box
Stars: ✭ 140 (-54.84%)
Mutual labels:  wechaty
Wechaty
Conversational RPA SDK for Chatbot Makers
Stars: ✭ 11,647 (+3657.1%)
Mutual labels:  wechaty
java-wechaty-getting-started
Java Wechaty Starter Project Template that Works Out-of-the-Box
Stars: ✭ 30 (-90.32%)
Mutual labels:  wechaty
wechaty-puppet-simplepad
Another implementation of Wechaty-Puppet
Stars: ✭ 21 (-93.23%)
Mutual labels:  wechaty
php-wechaty
PHP Wechaty is a Conversational SDK for Chatbot Makers Written in PHP
Stars: ✭ 35 (-88.71%)
Mutual labels:  wechaty
osschat
Apache Open Source Software Chat BOT
Stars: ✭ 115 (-62.9%)
Mutual labels:  wechaty
dotnet-wechaty
.NET Wechaty is a Conversational SDK for Chatbot Makers Written in C#
Stars: ✭ 50 (-83.87%)
Mutual labels:  wechaty
getting-started
A Starter Project Template for Wechaty works out-of-the-box
Stars: ✭ 512 (+65.16%)
Mutual labels:  wechaty
summer
Summer of Wechaty (SoW) is a program for connecting students with the Wechaty community for coding & tech writing.
Stars: ✭ 30 (-90.32%)
Mutual labels:  wechaty

push-bot

推送精灵 - 基于 wechaty 的微信推送机器人

关注机器人即可获得推送 API 地址

特点

  • 支持推送到个人微信和企微群
  • 代码少,百余行代码实现
  • 基于 Wechaty ,fastify
  • 请求限制, 防止机器人账号被封,也避免消息骚扰
  • 自动通过好友,自动生成接口地址

安装运行

  1. 安装依赖 npm install

  2. 配置参数,编辑 WECHATY_TOEKN cp .env.example .env

  3. 运行 node bot.js

发送到个人接口

地址 https://push.bot.qw360.cn/send/:token

该接口通过关注机器人获得

GET 接口方便发送文本消息

POST 接口支持复杂消息结构


GET https://push.bot.qw360.cn/send/:token?msg=xxx


POST https://push.bot.qw360.cn/send/:token

{
    "msg": {
        "type": "image",
        "url": "https://wimg.caidan2.com/cuimage/20210722085945_fb94ET_WechatIMG8.png"
    }
}

图片 url 仅支持 https

发送到群接口

邀请机器人入群即可获得推送接口地址

注意企业微信无法进入个微群,拉入群聊有以下途径

  1. 邀请精灵发起一个新的群聊,自动生成企业微信群。(新拉的群注意随便发条消息激活一下)
  2. 邀请进入已有企业外部群, 并且选择联系人中从 “企业微信联系人“ 二级菜单进入选择

GET https://push.bot.qw360.cn/room/:token?msg=xxx

马上试用

其他项目

每日推送 ToDoList

查看项目 PushTodo

字节猎人 微信群文字游戏 (已暂停运行)

查看项目 ByteHunter

其他机器人项目

更多机器人

更多服务

单独部署建群精灵 合约币价异动检测推送

联系开发者微信 tianshe00

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].