Tagged articles
24 articles
Page 1 of 1
Python Programming Learning Circle
Python Programming Learning Circle
Nov 1, 2023 · Backend Development

Implementing a WeChat Message Anti‑Recall Feature Using Python and itchat

This tutorial demonstrates how to use Python's built‑in modules together with the third‑party itchat library to monitor, capture, and resend WeChat messages that have been withdrawn, providing step‑by‑step code and explanations for installing dependencies, handling different message types, and running the script on various operating systems.

AutomationPythonWeChat
0 likes · 6 min read
Implementing a WeChat Message Anti‑Recall Feature Using Python and itchat
Java Baker
Java Baker
Jul 11, 2022 · Backend Development

Create a 24/7 Raspberry Pi WeChat Bot with Python: Auto‑Reply, AI Chat & Camera

Learn how to turn a Raspberry Pi 4B into a continuously running WeChat robot using Python and the itchat library, covering automatic replies, AI‑powered chat via an online API, scheduled weather broadcasts, camera photo capture, and video calls with linphone, complete with full source code.

AI chatPythonRaspberry Pi
0 likes · 13 min read
Create a 24/7 Raspberry Pi WeChat Bot with Python: Auto‑Reply, AI Chat & Camera
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
MaGe Linux Operations
MaGe Linux Operations
Jun 27, 2018 · Backend Development

How to Capture and Recover Deleted WeChat Messages with Python itchat

This guide demonstrates how to use the Python itchat library to monitor private chats, record withdrawn messages—including text, images, videos, and files—and automatically forward the recovered content to your WeChat file helper, with full code examples and setup instructions.

AutomationMessage RecoveryWeChat
0 likes · 8 min read
How to Capture and Recover Deleted WeChat Messages with Python itchat
21CTO
21CTO
Jan 10, 2018 · Backend Development

Scrape and Analyze Your WeChat Friends with Python and R

This article demonstrates how to use the Python itchat library to extract personal WeChat friend data, then analyzes gender ratios, city distribution, and signature word clouds with R and Python visualisation tools, offering a practical guide for personal social network analytics.

RWeChatdata analysis
0 likes · 6 min read
Scrape and Analyze Your WeChat Friends with Python and R