Tagged articles
9 articles
Page 1 of 1
Software Development Quality
Software Development Quality
Feb 22, 2024 · Artificial Intelligence

Build a Powerful AI‑Powered WeChat Bot with Python 3.11 – Features, Setup, and Demo

Discover a Python 3.11‑based WeChat bot that leverages ChatGPT for intelligent replies, AI‑generated images, context memory, and a suite of automation features such as friend management, video downloads, and automated Moments posting, complete with system requirements, installation steps, and visual demos.

AI integrationChatGPTPython
0 likes · 5 min read
Build a Powerful AI‑Powered WeChat Bot with Python 3.11 – Features, Setup, and Demo
Sohu Tech Products
Sohu Tech Products
Feb 22, 2023 · Operations

Python Server Resource Monitoring Scripts with Email and WeChat Alerting

This article describes a Python‑based solution that monitors CPU, memory, disk usage and network traffic on a server and multiple client machines, stores alerts in MySQL, and sends notifications via email and an Enterprise WeChat robot when predefined thresholds are exceeded.

Server MonitoringWeChat botcrontab
0 likes · 20 min read
Python Server Resource Monitoring Scripts with Email and WeChat Alerting
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
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
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.

AutomationPythonScheduling
0 likes · 11 min read
How to Build a Python WeChat Bot for Timed Girlfriend Messages
Python Crawling & Data Mining
Python Crawling & Data Mining
Feb 1, 2018 · Backend Development

Build a Custom WeChat Group Chat Bot in 30 Lines of Python

This guide walks you through setting up a lightweight Python-based WeChat group chat assistant using itchat and the Turing chatbot API, covering environment setup, library installation, API key acquisition, and a concise 30‑line script that automates group conversations.

AutomationChatbotPython
0 likes · 6 min read
Build a Custom WeChat Group Chat Bot in 30 Lines of Python