Pretty much this- write a script that checks your video views from youtube api
- write another one that updates the title of your video if views changes
+/- that?
As we do not see the text, it's hard to assume he memorized it. A list of bullet points and large espresso should be enough to talk with no stops even for an average personMy question is how did this guy managed to memorise 10 minutes of nonestop text with on point acting!!!
I genuinely think this guy is a good actor and most definitely has great knowledge and experience in giving speeches . There are videos of him 10-12 years ago giving speeches to crowds.As we do not see the text, it's hard to assume he memorized it. A list of bullet points and large espresso should be enough to talk with no stops even for an average person![]()
![]()
Its actually pretty simple.Any idea how to do it?
It's a really nice idea! I was wondering how to do it! Thanks, friend!Its actually pretty simple.
- there's a cronjob set to run every few minutes that runs a script.
- the script queries the viewcount with the youtube api.
- the script also edits the title with the youtube api.
There are a few technical details like using an asynchronous script to prevent time-slipping with the cronjob, and managing your quota, but that's about the gist of it.
You would even update the thumbnail with and not just title. I think MrBeast did that in a video.