Tag

Wechaty

0 views collected around this technical thread.

KooFE Frontend Team
KooFE Frontend Team
Sep 12, 2022 · Backend Development

Bypass Web Restrictions and Build a WeChat Bot with Wechaty’s PuppetPuppeteer

This article explains how to use Wechaty’s PuppetPuppeteer to create a WeChat chatbot by intercepting login requests, injecting interaction scripts, and leveraging Angular services in the web client, while highlighting the risks of web‑client changes.

PuppeteerWeChatWeb Automation
0 likes · 8 min read
Bypass Web Restrictions and Build a WeChat Bot with Wechaty’s PuppetPuppeteer
KooFE Frontend Team
KooFE Frontend Team
Nov 18, 2021 · Backend Development

Build a WeChat Chatbot with Wechaty: Step‑by‑Step Node.js Guide

This guide explains how to create a WeChat chatbot using the open‑source Wechaty SDK, covering required npm packages, QR code login, bot initialization, message sending, and important considerations such as Node.js version and npm mirror configuration.

JavaScriptWeChatWechaty
0 likes · 5 min read
Build a WeChat Chatbot with Wechaty: Step‑by‑Step Node.js Guide