Tagged articles
11 articles
Page 1 of 1
MaGe Linux Operations
MaGe Linux Operations
Dec 16, 2019 · Backend Development

How to Build a Multi‑Group Live‑Streaming WeChat Bot with Python

This article explains how to create a Python‑based WeChat robot that forwards messages from a main lecture group to up to 24 large groups in real time, covering background, design, configuration, core code, testing steps, encountered issues, and practical deployment tips.

PythonWeChat botlive streaming
0 likes · 11 min read
How to Build a Multi‑Group Live‑Streaming WeChat Bot with Python
MaGe Linux Operations
MaGe Linux Operations
Apr 29, 2019 · Backend Development

How to Build a Python WeChat Bot that Monitors Group Chats

Learn how to develop a Python-based WeChat robot using the wxpy library that can listen to specific group chats, filter messages from designated users, and forward important information to an administrator, complete with configuration tips and a functional demo.

ChatbotGroup MonitoringPython
0 likes · 7 min read
How to Build a Python WeChat Bot that Monitors Group Chats
MaGe Linux Operations
MaGe Linux Operations
Apr 28, 2019 · Artificial Intelligence

Build a WeChat Chatbot with Python: Step-by-Step Guide Using wxpy

This tutorial walks beginners through creating a WeChat chatbot in Python, covering library selection between itchat and wxpy, configuring the Turing or XiaoI AI services, downloading the project from GitHub, installing dependencies, and running the bot to interact via QR‑code login.

AIChatbotPython
0 likes · 7 min read
Build a WeChat Chatbot with Python: Step-by-Step Guide Using wxpy
dbaplus Community
dbaplus Community
Apr 3, 2019 · Backend Development

How to Build a Python WeChat Bot for Timed Girlfriend Messages

Learn how to use Python's wxpy library to create a WeChat bot that automatically sends personalized greetings, holiday wishes, birthday messages, and English learning prompts to your girlfriend at scheduled times, while also performing simple sentiment analysis of her replies.

PythonSchedulingSentiment Analysis
0 likes · 11 min read
How to Build a Python WeChat Bot for Timed Girlfriend Messages
ITPUB
ITPUB
Jun 15, 2017 · Backend Development

How to Send Logs and Alerts to WeChat Using wechat_sender

This guide explains how to install, configure, and use the wechat_sender tool—built on wxpy and Tornado—to forward logs, alerts, and scheduled messages from scripts or web services directly to personal or group WeChat chats.

AlertingWeChatautomation
0 likes · 5 min read
How to Send Logs and Alerts to WeChat Using wechat_sender