Tag

itchat

1 views collected around this technical thread.

Python Programming Learning Circle
Python Programming Learning Circle
Oct 11, 2024 · Backend Development

Building a Python WeChat Message Sender with itchat and PyInstaller

This tutorial explains how to set up a Python environment, install the itchat and pyinstaller libraries, write a script that logs into WeChat and sends repeated messages to a specified contact, and then package the script into a standalone executable file.

ExecutablePythonWeChat
0 likes · 3 min read
Building a Python WeChat Message Sender with itchat and PyInstaller
Python Programming Learning Circle
Python Programming Learning Circle
Jul 23, 2024 · Backend Development

Python itchat Tutorial: Capturing and Saving Recalled WeChat Messages

This article walks through using the Python itchat library to log into WeChat, monitor incoming messages, detect message recall events, and automatically save the recalled text, images, audio, or video files to a local directory, complete with full source code examples.

WeChatautomationbackend
0 likes · 8 min read
Python itchat Tutorial: Capturing and Saving Recalled WeChat Messages
Python Programming Learning Circle
Python Programming Learning Circle
Jan 29, 2024 · Backend Development

Python Script to Detect and Retrieve Recalled WeChat Messages

This article demonstrates how to use Python's itchat library to monitor WeChat Web, cache incoming messages, detect recall events, and resend the withdrawn content—including text, images, videos, and location data—via the filehelper, providing a complete code example.

WeChatautomationitchat
0 likes · 5 min read
Python Script to Detect and Retrieve Recalled WeChat Messages
Test Development Learning Exchange
Test Development Learning Exchange
Nov 6, 2023 · Backend Development

Automating Bulk WeChat Messaging with Python and ItChat

This guide demonstrates how to use Python's ItChat library to programmatically send text, image, and video messages to multiple WeChat contacts, including code examples, setup instructions, and troubleshooting tips for Windows environments.

Messagingbackenditchat
0 likes · 6 min read
Automating Bulk WeChat Messaging with Python and ItChat
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.

WeChatautomationbackend
0 likes · 6 min read
Implementing a WeChat Message Anti‑Recall Feature Using Python and itchat
Python Programming Learning Circle
Python Programming Learning Circle
Aug 24, 2023 · Backend Development

Using itchat in Python to Capture and Save Recalled WeChat Messages

This tutorial demonstrates how to install the itchat library, log in to WeChat, send messages, register message listeners, handle recall notifications, and store recalled text, images, and voice messages by parsing XML and saving files with a complete Python script.

PythonWeChatautomation
0 likes · 9 min read
Using itchat in Python to Capture and Save Recalled WeChat Messages
Python Programming Learning Circle
Python Programming Learning Circle
Aug 6, 2022 · Artificial Intelligence

Building a WeChat Smart Chatbot with Python in 16 Lines

This tutorial explains how to create a WeChat intelligent chatbot using Python, itchat, and the Turing API, covering module installation, API interaction, message handling with decorators, QR‑code login, and continuous execution, all demonstrated with concise code examples.

AIChatbotPython
0 likes · 6 min read
Building a WeChat Smart Chatbot with Python in 16 Lines
Python Programming Learning Circle
Python Programming Learning Circle
Dec 31, 2021 · Backend Development

Python Script to Send New Year Greetings to WeChat Friends Automatically

This article provides a Python script that uses the itchat and schedule libraries to automatically log in to WeChat, select friends with remarks, and send randomly chosen New Year greeting messages to each contact at a specified date and time.

WeChatitchatscheduling
0 likes · 6 min read
Python Script to Send New Year Greetings to WeChat Friends Automatically
Python Programming Learning Circle
Python Programming Learning Circle
Dec 3, 2021 · Fundamentals

Python Itchat Automation and Packaging with PyInstaller: Step‑by‑Step Guide

This tutorial explains how to set up a Python environment, install the itchat and pyinstaller libraries, write a script that logs in via QR code to send repeated messages to a chosen contact, and finally package the script into a standalone executable using PyInstaller.

automationcliitchat
0 likes · 2 min read
Python Itchat Automation and Packaging with PyInstaller: Step‑by‑Step Guide
Python Programming Learning Circle
Python Programming Learning Circle
Nov 5, 2021 · Backend Development

Step-by-Step Guide to Using itchat for WeChat Automation with Python

This article walks through installing the itchat Python library, logging into WeChat, sending messages, registering message handlers for text, images, and recordings, and storing chat data, providing a complete tutorial for building a simple WeChat automation script.

MessagingPythonTutorial
0 likes · 4 min read
Step-by-Step Guide to Using itchat for WeChat Automation with Python