AI UNDERDOGSDAILY PICK
AI UNDERDOGS
不会 Go,也能造微信机器人
Zero Go? Still built a WeChat bot
XUJINKAI/wxbot
一个自称不会 Go 的人
硬是撸出了一个微信机器人
还写了一份 DESIGN.md 解释架构——这工程自觉让我有点愣
Someone who says they don't know Go shipped
a WeChat bot with a full DESIGN.md. That
kind of engineering discipline is kind of wild
一个二进制,三种触发方式
One binary, three trigger modes
发微信消息要么依赖一堆库
要么被文档淹死
wxbot 就一个二进制文件
CLI、Webhook
脚本回调三种触发方式——作者想的不是写个 Hello World
而是真的能用起来
Sending WeChat messages usually means bloated deps or
drowning in docs. wxbot ships as a single
binary with CLI, Webhook, and script callback triggers
— built for real workflows, not just a
hello world demo
★ SIGNAL 1
三种模式,三种场景
Three modes, three real use cases
CLI 模式方便你调试消息格式
Webhook 模式接监控系统自动报警
脚本回调模式跑定时任务——不是拍脑袋设计的
是真的把使用场景拆开了
CLI mode for debugging message formats, Webhook mode
for piping system alerts into WeChat, script callbacks
for scheduled jobs. The author didn't just ship
a send-message lib — they mapped out how
people actually use it
★ SIGNAL 2
零星项目,自带 DESIGN.md
Zero stars, ships with a DESIGN.md
一个零星的个人项目
仓库里居然有 DESIGN.md 解释架构决策
cmd、internal
example_data 目录分得清清楚楚
作者说自己不懂 Go
但这代码组织比很多熟手都讲究
A zero-star personal project with a DESIGN.md explaining
architectural choices. The repo layout — cmd, internal
example_data — is cleanly separated. For someone who
claims not to know Go, the engineering discipline
is kind of wild
作者在帖子里直接说了:「我甚至不会 Go
就做出了这个微信消息发送工具」
没有吹什么 AI 革命
就是想发个消息
然后真的写了一个能用的工具出来
The author literally said: "I don't even know
Go, and I built a WeChat clawbot messenger."
No hype about AI disruption — just wanted
to send messages, then actually shipped a working
tool
AI UNDERDOGS
零星项目,但工程味儿拉满
A zero-star repo with serious engineering
XUJINKAI/wxbot
关注 · 每天发现更多 AI 神作
github.com/XUJINKAI/wxbot