My YT + TikTok Automated Clipping & Posting Journey | Growing to 10M Views

tony677

Newbie
Joined
Feb 10, 2026
Messages
23
Reaction score
15
Been reading journey threads here for a long time, figured it's finally my turn to start one.

The short version: I'm a dev. I got tired of manually clipping streams, so over the past few
months I built my own pipeline that does the whole thing end to end. It watches for new stream
VODs, scans the full video with AI to find the moments actually worth clipping, cuts them,
crops to vertical, burns in subtitles, and posts them on a schedule. no editors, no VAs,
no me sitting in CapCut at 2am.

Now I'm pointing it at two channels and documenting how far it can go.

THE CHANNELS
- YouTube Shorts: chess niche (clips from chess streamers)
- TikTok: CS2 (clips from Kick streams)

Why chess? Everyone runs gaming clip channels, almost nobody automates chess. The audience
is older, watch-through is high, and the supply of streamer content is endless. CS2 is the
control group - the obvious niche - so I can compare a saturated niche vs an underserved one
with the exact same pipeline.

THE SETUP

1. Watcher polls a list of streamers for new VODs
2. AI pass scans the whole VOD and scores moments on hook strength - whether the first 1-2
seconds would stop a scroll. This took the longest to get right and it's where 90% of
clip channels fail imo
3. Best moments get cut, auto-cropped to vertical, subtitled
4. Scheduler posts with 12h (+-30min) gaps between uploads so the channels don't look botted

Everything runs on a cloud server. I check the dashboard maybe 10 minutes a day. Some days
I don't look at it at all and clips still go out.

WHERE THINGS STAND TODAY
Small numbers right now as u can see in screenshots. That's the point of the thread anyways. if I waited until it was impressive
there'd be nothing to follow.

THE GOAL
10M combined views. Checkpoints I'm holding myself to:

- 100K combined - prove the pipeline works at all
- 1M combined - prove a niche, not luck
- 10M - prove it scales by adding channels, not hours

I'll post updates roughly weekly with real screenshots, including the flops. ask me anything :))
about the setup - worst case someone here finds a hole in my method, which is also useful.
 

Attachments

  • chess2.png
    chess2.png
    139.2 KB · Views: 133
  • chess.png
    chess.png
    564.8 KB · Views: 135
  • cs2.png
    cs2.png
    592.4 KB · Views: 134
After you succeed I think you could try selling your project as a service. A lot of people would rather pay for it, than spend months tweaking it to perfection IMO.
That is, if the workflow can easily be adapted to any niche though.

Wish you best of luck anyway.
 
This is one of the more interesting journey threads I've seen lately. The automation is impressive, but I think your biggest advantage is focusing on the first 1-2 seconds and hook detection rather than clipping everything.

The chess niche vs CS2 comparison should produce some valuable data. Looking forward to seeing whether the underserved niche actually outperforms the more saturated one.
thanks for the advice, which i totally agree with. I did some data analysis epsecially on retention time; and seems like the hook is the most important part to push the Shorts to more viewers.
Also, your theory sounds right so far since my chess channel is outperforming cs2 channel
After you succeed I think you could try selling your project as a service. A lot of people would rather pay for it, than spend months tweaking it to perfection IMO.
That is, if the workflow can easily be adapted to any niche though.

Wish you best of luck anyway.
appreciate it mate. it's gonna be a fun journey, and if the automation system performs well consistently i will probably start a SaaS around it.
 
Good project, and I really want to know how fast you generate views per day on the chess YouTube channel.
 
I built something super similar before for YouTube! Mine was an AI video clipper, you just input a campaign brief (to analyze the do's and don'ts, required assets, etc.) and a source video. From there, it stitches clips together based on timestamps and automatically generates subtitles.

Even though it was fun and pulled easy views, I eventually stopped doing it because they weren't paying me, and I was honestly too lazy to look for other providers.

However, I haven't implemented automated YouTube account warm-up or auto-uploading yet. If you don't mind sharing, how are you handling that part automatically?
 
The chess angle is smart. Everyone piles into gaming clips so the competition for those first 2 secs is brutal, but chess viewers actually watch longer so you get more forgiveness on the hook.

Curious about the account side though, same thing @Houcinovic asked... how many uploads a day per channel before tt starts throwing shadowbans at you? that's usually where these automated setups fall apart, not the clipping.

Following anyway, good luck.
 
Back
Top