Automated Content Mill With Django and WeChat Pay
AIMedia exists to fully automate hot-topic scraping, AI article generation, and publishing across Chinese social media from a single self-hosted stack.

What it does
AIMedia runs an end-to-end content pipeline: it scrapes trending topics from platforms like Douyin, Weibo, and NetEase News, drafts articles and images using Zhipu AI and Stable Diffusion, and publishes the results to Toutiao, WeChat Official Accounts, and other Chinese media platforms. The system pairs a Django 5.x backend with a PySide6 desktop client and includes task scheduling, monitoring, and billing integration.
The interesting bit
The README is refreshingly blunt, repeatedly warning that this is a “heavyweight engineering project” that demands Django deployment, PySide6 packaging, and WeChat Pay merchant configuration. Rather than pretending it is a lightweight script, the authors actively redirect casual users to their newer FastAPI-based successor, AiMaster.
Key highlights
- Scrapes trending news from six Chinese sources including Douyin, Weibo, and NetEase; generates AI text and images to adapt content for multiple platforms
- Publishes automatically to Toutiao, Penguin, WeChat Official Accounts, and Baijiahao
- Full Django backend with REST APIs, database management, and an admin panel
- PySide6 desktop GUI for local task control and real-time monitoring
- Integrates WeChat Pay and WeChat Login for commercial use
Caveats
- Explicitly labeled by the authors as a heavyweight project unsuitable for quick deployment; significant backend and payment configuration required
- New feature development has shifted to the lighter successor AiMaster (FastAPI + browser plugin); this repository is now limited to bug fixes and stability maintenance
- Geared toward Windows environments with specific path and browser requirements
Verdict
A useful reference if you are building a Chinese-language publishing automation stack and need a working example of Django integrated with payment gateways. If you just want to auto-post articles, the authors themselves suggest using AiMaster instead.
Frequently asked
- What is Anning01/AIMedia?
- AIMedia exists to fully automate hot-topic scraping, AI article generation, and publishing across Chinese social media from a single self-hosted stack.
- Is AIMedia open source?
- Yes — Anning01/AIMedia is open source, released under the Apache-2.0 license.
- What language is AIMedia written in?
- Anning01/AIMedia is primarily written in Python.
- How popular is AIMedia?
- Anning01/AIMedia has 2.4k stars on GitHub.
- Where can I find AIMedia?
- Anning01/AIMedia is on GitHub at https://github.com/Anning01/AIMedia.