• Stars
    star
    369
  • Rank 115,686 (Top 3 %)
  • Language
    JavaScript
  • Created over 3 years ago
  • Updated almost 2 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

实现推送消息到微信个人和群

push-bot

推送精灵 - 微信推送机器人

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

重要更新:切换至wechat4u,免token可运行 有bug

特点

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

安装运行

  1. 安装依赖 npm install

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

  3. 运行 node bot.js

发送到个人接口

该接口通过关注机器人获得(主动私聊发送 webhook 或者 推送地址 可获得)

GET /send/:token?msg=xxx

POST /send/:token

{
    "msg": {
        "type": "image",
        "url": "https://example.com/1.png" // 图片 url 仅支持 https
    }
}

发送到群接口

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


GET /room/:token?msg=xxx

demo

更多

开发者微信 tianshe00

More Repositories

1

pug

PUG微信机器人 - 简单有趣的机器人,主要功能包括微信群发言统计,邀请统计,群收藏夹等,还有小游戏等有趣的群运营功能。 产品设计以监听辅助为主,安全可靠耐造。
JavaScript
116
star
2

uka

USDT发卡系统
TypeScript
76
star
3

pumpfunsniper

Pump.fun sniper bot
Go
39
star
4

we-rich

HTML转微信富文本节点, we just need rich, no text.
JavaScript
36
star
5

photo-mint

基于tauri 2和 squoosh 的图片压缩桌面软件
TypeScript
24
star
6

online-editor

online text editor - cross platform , no-signup required
HTML
24
star
7

byte-hunter

《字节猎人》源代码
CoffeeScript
21
star
8

OpenPay

微信支付独立收银台, 为多个不同系统提供支付和提现接口. 实现快速对接收款以及发佣金,发红包等提现功能。
14
star
9

solana-web3

useful scripts for solana web3
TypeScript
9
star
10

voicegpt

voice talk with gpt
JavaScript
7
star
11

push-todo

TODO LIST with 每日推送微信提醒
CSS
6
star
12

bytehunter

《字节猎人》GRPG Description
5
star
13

momo

mongo monitor - super fast data viewer and analyzer for mongo
CSS
4
star
14

floice

HTML
3
star
15

tinywallet

crypto wallet design for massive adoption
HTML
3
star
16

lucky-bot

微信群抽奖机器人
CoffeeScript
2
star
17

wetool

微信社群营销管理工具
2
star
18

pug-electron

CSS
2
star
19

wechat-listener

监听微信消息并实时转发
JavaScript
1
star
20

vue-simditor

vue wrapper for simditor
HTML
1
star
21

pisahub

mqtt base online thermal printer
JavaScript
1
star
22

htxt

htxt是又一种纯文本标记语言。通过简单的变量定义和替换规则,可转化成任何足够丰富的html。让排版和文本更好的分离同时,保留灵活生成。
JavaScript
1
star
23

telegram-bot-starter

telegram bot starter template base on grammy
TypeScript
1
star