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.1.tar.gz
(23.5 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.1-py3-none-any.whl
(33.4 kB
view details)
File details
Details for the file huimei-0.1.1.tar.gz.
File metadata
- Download URL: huimei-0.1.1.tar.gz
- Upload date:
- Size: 23.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
199c98039252e7606410f27ac68a6136ad0bce74b85334089cc0486c646c9b07
|
|
| MD5 |
19a5db4d3fc1a8101639eb097c4d97ad
|
|
| BLAKE2b-256 |
0bc4efe839c17f520de0e495c410ff0e3c3cc7c9e8225a583d6709d2d80d7cd3
|
File details
Details for the file huimei-0.1.1-py3-none-any.whl.
File metadata
- Download URL: huimei-0.1.1-py3-none-any.whl
- Upload date:
- Size: 33.4 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 |
f9cc50799b147094639fd49ae31c1b15f4f0006ff6fbf50b60f63f0d4cd5bd0c
|
|
| MD5 |
d2ec926716efdeba8bafa9d05b123fa4
|
|
| BLAKE2b-256 |
5a081b2d2d40c870d4d546e9ad9d740684aaea4e928ca907b5506fe4220e6654
|