Multi-platform social media automation CLI — publish to Douyin, XHS, Bilibili, Weibo and 8+ platforms from your terminal
Project description
慧媒引擎 CLI (huimei)
多平台社媒自动化发布工具 — 一个命令发布到抖音/快手/B站/小红书/微博等11个平台。
安装
方式1: pip (推荐)
pip install huimei
playwright install chromium
方式2: pipx (隔离环境)
pipx install huimei
playwright install chromium
方式3: 一键脚本
curl -fsSL https://raw.githubusercontent.com/huimei-engine/huimei-cli/main/install.sh | bash
快速开始
# 登录
huimei login
# 查看支持的平台
huimei platforms
# 查看已绑定账号
huimei account list
# 查看状态
huimei status
AI Agent 集成 (MCP Server)
huimei 内置 MCP Server,可供 Claude Code / Hermes / OpenCode 等 AI Agent 直接调用:
Claude Code 配置
{
"mcpServers": {
"huimei": {
"command": "huimei-mcp-server",
"args": []
}
}
}
Hermes Agent 配置
mcp_servers:
huimei:
command: huimei-mcp-server
可用工具
| 工具 | 说明 |
|---|---|
huimei_login |
登录账号 |
huimei_status |
查看状态 |
huimei_logout |
登出 |
huimei_platforms |
列出支持平台 |
huimei_accounts |
列出绑定账号 |
huimei_publish |
创建发布任务 |
架构
CLI (本地) ──HTTP──► Java后端 (云端)
│ │
├─ Playwright ├─ 账号管理
├─ Cookie本地存储 ├─ 任务调度
└─ 住宅IP执行 └─ 订阅计费
CLI 是后端的远程执行器(手臂),所有业务决策由后端(大脑)做出。
开发
git clone <repo>
cd huimei-cli
python -m venv .venv && source .venv/bin/activate
pip install -e ".[dev]"
pytest
License
MIT
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
huimei-0.1.3.tar.gz
(23.8 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
huimei-0.1.3-py3-none-any.whl
(33.7 kB
view details)
File details
Details for the file huimei-0.1.3.tar.gz.
File metadata
- Download URL: huimei-0.1.3.tar.gz
- Upload date:
- Size: 23.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0d5a433e68db096a40d2e222cb01945da97fe722d74b800f98bba12d7f8d5690
|
|
| MD5 |
22962dbe35447b245c0e6741e840c2b7
|
|
| BLAKE2b-256 |
a9690d9ed619b48ee6e9e66b75195cdca0a1454d9588a214c5be17269417142f
|
File details
Details for the file huimei-0.1.3-py3-none-any.whl.
File metadata
- Download URL: huimei-0.1.3-py3-none-any.whl
- Upload date:
- Size: 33.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a67a8f07ad28a2da6780af8f3b06c5f3da80a47f4a076536d71c87b4203ebe30
|
|
| MD5 |
2c4291f44cf26e81c7756e874f6763cc
|
|
| BLAKE2b-256 |
4d8a3d346f039a828e0df345dac8f4f42816df8de3ebfdfc3331a417a73dbf3b
|