Summary
Please add support for publishing tweets with video media (e.g. MP4) from the CLI.
Current limitation
twitter post currently accepts text only, so automation pipelines cannot publish short videos.
Expected capability
- Post text + video in one command
- Support common options like:
- --file (single video)
- --alt-text (optional)
- Handle upload progress and clear error messages for processing failures
Suggested implementation
- Use X media upload flow (INIT/APPEND/FINALIZE + STATUS polling for async video processing)
- Return tweet id / URL on success
Why this matters
Many users run scheduled content pipelines and currently must fall back to browser automation for video posts. Native video upload in twitter-cli would greatly improve reliability and developer experience.
Thanks for considering this feature!
Summary
Please add support for publishing tweets with video media (e.g. MP4) from the CLI.
Current limitation
twitter post currently accepts text only, so automation pipelines cannot publish short videos.
Expected capability
Suggested implementation
Why this matters
Many users run scheduled content pipelines and currently must fall back to browser automation for video posts. Native video upload in twitter-cli would greatly improve reliability and developer experience.
Thanks for considering this feature!