Spreado
Spreado 是一款开源的社交媒体自动化发布工具,专为创作者设计。它能够帮助用户将视频内容一键同步发布到抖音、小红书、快手、视频号等中国主流的社交媒体平台。无论是个人创作者还是MCN机构,都可以通过 Spreado 实现高效的内容分发与管理。
Spreado publishes videos to Chinese social platforms from one command
BadKid90s/Spreado is an automation tool that uploads videos to Douyin, Xiaohongshu, Kuaishou, and Tencent Channels at once. It offers a CLI, a Python API, and a plugin-based design.
Platforms and publishing flow
Spreado supports one click upload to Douyin, Xiaohongshu, Kuaishou, and Tencent video account, also called Shipinhao. It handles login and cookie management automatically, including QR code scan login, and supports scheduled publishing and saved drafts. Users can set the full metadata set of title, description, tags, cover image, and geolocation. The README positions the tool for individual creators and MCN agencies that manage many accounts.
How it runs
The tool requires Python 3.9 or newer on Windows, macOS, or Linux, and it auto-detects an installed Chrome or Edge browser before falling back to Playwright Chromium. Installation is offered as prebuilt executables, through uv tool install spreado, or via pip install spreado. A verify command checks authentication status per platform, and uploads can run in parallel across platforms with a single flag.
Extending and integrating
Spreado uses a plugin architecture where a new platform can be dropped into the plugins/ directory and discovered without changing core code. The README includes a Python API example using the DouYinUploader class to run an upload flow with title, content, tags, and thumbnail. An Agent Skill is also shipped to help AI assistants with installation, login, and publishing tasks across the supported clients.
Editorial conclusion
The project is released under the Apache-2.0 license and can be installed either as a uv tool or via pip install spreado.
Community notes