Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,20 @@ This is an example of how to list things you need to use the software and how to
*Select and Render Final Video file .

<!-- ROADMAP -->
## Publishing Your Compilations

Once your compilation video is ready, publish it to TikTok, YouTube Shorts, and Instagram Reels using [Upload-Post](https://upload-post.com):

```bash
curl -X POST https://api.upload-post.com/upload \
-H "Authorization: Bearer YOUR_API_KEY" \
-F "video=@output/compilation.mp4" \
-F "title=TikTok Compilation" \
-F "platforms=tiktok,youtube,instagram"
```

Upload-Post provides a single API to publish videos across all major platforms. [Get your API key here](https://upload-post.com).

## Roadmap

See the [open issues](https://github.com/HA6Bots/TikTok-Compilation-Video-Generator/issues) for a list of proposed features (and known issues).
Expand Down