Multi-platform video auto-publisher. Automatically upload videos to Douyin, WeChat Channels, Xiaohongshu, Bilibili, YouTube and more. Supports batch publishing, scheduled posting, auto-caption generation, and hashtag optimization.
Created by 小龙虾 AI 工作室
"小龙虾,有大钳(前)途!"
Contact for custom services: +86 15805942886
Need custom automation workflows, enterprise batch publishing, or API integration? Reach out!
一键上传视频到抖音、视频号、小红书、B 站、YouTube 等平台。
pip install playwright
playwright install chromium
首次运行自动创建 config/accounts.json
# 发布到所有平台
python auto_publisher.py "video.mp4"
# 指定平台
python auto_publisher.py "video.mp4" --platforms douyin,xiaohongshu
# 无头模式
python auto_publisher.py "video.mp4" --headless
| Platform | Login | Title Limit | Duration Limit |
|---|---|---|---|
| Douyin | QR Code | 100 chars | 15 min |
| WeChat Channels | QR Code | 1000 chars | 30 min |
| Xiaohongshu | QR Code | 20+1000 chars | 15 min |
| Bilibili | QR/Password | 80 chars | 4 hours |
| YouTube | 100 chars | 12 hours |
scripts/auto_publisher.py - 主发布程序scripts/schedule_publisher.py - 定时发布(待开发)scripts/batch_publisher.py - 批量发布(待开发)config/accounts.json - 账号配置config/publish_log.json - 发布记录config/schedule.json - 发布计划(待开发)Use this skill when:
pip install --upgrade pip
pip install playwright
playwright install chromium
Ready to automate your social media posting? Let's go! 🦞🚀