AIAny
AI Video2023
Icon for item

social-auto-upload

Automates uploading and scheduled publishing of videos to major Chinese and international social platforms (Douyin, Bilibili, Xiaohongshu, Kuaishou, WeChat Video Channel, TikTok, etc.). Offers a CLI, platform-specific uploader modules, headless/browser automation and agent-skill integration for scripted cross-posting workflows.

Introduction

Cross-posting the same or similar video across multiple social platforms is high-frequency, repetitive, and error-prone — the typical place creators waste time every week. This project treats those publishing steps as automatable tasks: prepare account files, pick an uploader, and let the CLI or an AI agent execute timed or immediate uploads for many platforms at once. The repo has attracted a large community (11k+ stars) and emphasizes headless/browser automation and agent integration to work in server/agent environments rather than manual GUI workflows.

What Sets It Apart
  • Broad multi-platform coverage: integrates uploaders for Douyin, Bilibili, Xiaohongshu, Kuaishou, Baijiahao, Tencent video channels and TikTok — making a single workflow cover both domestic Chinese and international targets.
  • CLI-first with agent/skill support: provides sau CLI commands for login/check/upload and explicit agent bootstrap prompts so AI agents (OpenClaw/Codex/Claude Code/etc.) can drive installs and runs.
  • Headless/browser automation and modular uploaders: designed for headless operation and modular uploader components so teams can extend or replace platform drivers without touching core logic.
  • Practical tradeoffs acknowledged: focuses on reliability and concealment strategies (to reduce platform detection), while warning that long-term maintenance and platform anti-bot changes require ongoing upkeep.
Who It's For and Tradeoffs

Great fit if you run a multi-account content matrix or operate cross-platform publishing pipelines and want to remove repetitive manual uploads — especially teams that can run headless automation on servers or orchestrate tasks via AI agents. Look elsewhere if you need guaranteed platform-compliance/legal advice, turnkey cloud hosting, or a managed SaaS; this is an open-source automation toolkit that requires ops work (account management, 2FA handling, risk around platform policies) and periodic maintenance as platforms change.

Where It Fits

Use this repo when you want reproducible, scriptable publishing (CLI jobs, cron or agent-driven workflows) and are comfortable extending platform-specific uploaders or integrating the project into your CI/agent pipeline. It pairs well with content-generation AIGC pipelines where video is produced automatically and then needs reliable multi-platform distribution.

Information

  • Websitegithub.com
  • Authorsdreammis
  • Published date2023/12/04

Categories

More Items

Hugging Face
AI Video2026

Provides Parallel Decoding Distillation (PDD) LoRA adapters that accelerate MiniMax-H3 video generation into few inference steps. Includes official 8-step Acc LoRAs for FL2VA and Ref2VA (rank=64, network_alpha=64, BF16), demo comparison videos, and example scripts using Diffusers' MiniMax-H3 ModularPipeline.

Hugging Face
AI Video2026

Conditions a MiniMax‑H3 video generator with a single ControlNet‑Union checkpoint to accept Canny, Depth, HED, MLSD or Pose control videos and run video inpainting. Guidance‑distilled for one‑pass inference; requires the base MiniMax‑H3 weights and specific control-branch config.

Hugging Face
AI Video2026

Upscales Minimax H3 24-channel VAE latents in-place to increase spatial resolution while preserving the time dimension. Replaces the decode→pixel-upscale→encode round-trip with a learned 2D/3D latent upscaler to save compute and avoid interpolation ghosting; supports 1.0–4.0× scaling.