No video

Autoupdating video title like Tom Scott's (Views: 11110, Likes: 1026)

  Рет қаралды 11,110

GeekLaunch

GeekLaunch

Күн бұрын

This video's title should (hopefully) be updating every five or so minutes to contain the number of views and the number of likes. This video shows you how to use the KZfaq API along with a Firebase scheduled function to create a video auto-updater just like this.
Tom Scott's video: • This Video Has 72,431,...
Steve Mould's video: • This Video Has 66,610 ...
The code written in this video is on GitHub: github.com/Gee...
References:
KZfaq API 'list': developers.goo...
KZfaq API 'update': developers.goo...
Firebase scheduled functions: firebase.googl...
This StackOverflow answer: stackoverflow....
Google APIs GitHub for Node.js: github.com/goo...
geeklaunch.net/
Follow GeekLaunch on Twitter: / geek_launch
Not a geek? Start today!

Пікірлер: 90
@GeekLaunch
@GeekLaunch 4 жыл бұрын
UPDATE: I noticed I was running pretty close to the free quota with this video, so I actually ran the numbers and it turns out running the function every five minutes will put you over the limit, but you should be safe with every 10 minutes instead. Small change.
@tigerbro123
@tigerbro123 3 жыл бұрын
I am here before it gets famous
@wojtekgame
@wojtekgame Жыл бұрын
@@tigerbro123 same
@laurenvriens9397
@laurenvriens9397 3 жыл бұрын
Hah. It’s wrong. The title says 188 like but it has 189. Don’t worry. It’s just cause I liked it
@FaithEducation
@FaithEducation 3 жыл бұрын
Very interesting script! I shall try this in my channel to inspire my students to learn coding. Thank you very much.
@The-Dev-Ninja
@The-Dev-Ninja 3 жыл бұрын
genius man i like it
@ZahinYEETS
@ZahinYEETS 4 жыл бұрын
God this is not clickbait
@japaja6810
@japaja6810 3 жыл бұрын
Fun fact: this video will have over the million views in couple of years
@EXATUBE
@EXATUBE 3 жыл бұрын
Maybe
@AimbotAU
@AimbotAU 2 жыл бұрын
Fun fact: This comment didn't age well XD
@bdbood12
@bdbood12 Жыл бұрын
It didn’t
@japaja6810
@japaja6810 11 ай бұрын
Let the youtube algorithm cook😭
@GeekLaunch
@GeekLaunch 11 ай бұрын
I appreciate your confidence
@thevoyageof67
@thevoyageof67 4 жыл бұрын
Searched on time... Awesome
@EXATUBE
@EXATUBE 3 жыл бұрын
Good job 👌
@netq9362
@netq9362 3 жыл бұрын
POV: youre refreshing the page to see if the title updated
@nanoaquila
@nanoaquila 4 жыл бұрын
You could also have added a check to see if the data has changed, then you only make changes if it has. Reducing quota usage.
@GeekLaunch
@GeekLaunch 4 жыл бұрын
Yep, that's in the version on GitHub
@ZealanTanner
@ZealanTanner 3 жыл бұрын
So I got all the way up to 11:17 in the video, but when I type "node ./index.js", it doesn't do anything. There's no error message, or any output. It just goes back to the where I can type more commands in. I know it's the right code because if I change it so at the end I add "console.log('hi');", it only outputs "hi". Do you know what the problem might be? I'm pretty sure I copied your code exactly. Oh and it's not a problem with the things like the client secret or refresh token. Those are the only things that are different in my code.
@progrovvikk
@progrovvikk 8 ай бұрын
I gave the thousandth like)
@snipər
@snipər 3 жыл бұрын
Omg when I clicked it had the same amount of views as the title
@snipər
@snipər 3 жыл бұрын
And likes
@🈲🈺Phoenixツ🈳🈯
@🈲🈺Phoenixツ🈳🈯 3 ай бұрын
works
@c01inschu3rmann5
@c01inschu3rmann5 3 жыл бұрын
These are so cool
@slyv
@slyv 3 жыл бұрын
thats cool!
@solymar5411
@solymar5411 3 жыл бұрын
I just liked then another right after
@potato7540
@potato7540 3 жыл бұрын
The view is one over
@holdingnamerequired4703
@holdingnamerequired4703 3 жыл бұрын
thanks for the video. Really easy to follow and i have used it in a video that comes out next week. I upload daily at 19:30
@WINSEVEN
@WINSEVEN 3 жыл бұрын
I like your tutorial! Btw Is it possible to update every 2 minutes? I heard that it has limit to send.
@christinebrennan4786
@christinebrennan4786 4 жыл бұрын
Nice!!!
@GeekLaunch
@GeekLaunch 4 жыл бұрын
Thank you!
@dazellive
@dazellive 2 жыл бұрын
How to change the views from 9104 to 9,104?
@hiteclaser
@hiteclaser Жыл бұрын
Use: view_count_int.toLocaleString();
@hiteclaser
@hiteclaser Жыл бұрын
My refresh token keeps expiring after 7 days. How can I fix this so I don’t have keep manually inputting new refresh tokens?
@tiffanywong579
@tiffanywong579 3 жыл бұрын
4:25 it's just a bluff. He didn't change it at all. I've accessed it.
@nerd3061
@nerd3061 3 жыл бұрын
"Remember to configure the OAuth consent screen with information about your application. API" and I can't add the OAuth , how to fix this?
4 жыл бұрын
I've tried but each execution of my code (a diferent one from your) use 60 queries, the max is 10k each day, using 60 for each execution, I can only run 9 minutes interval or will gonna exceed the 10k queries. What should I do to use less queries? Because, even when I add a check to see if the data has changed. I use 5 queries to check, but if the video have a lot of views all the time, probably will use 60 eache execution. E rly need to make on 5 minutes interval :/
@RAGEINDIGO
@RAGEINDIGO 2 жыл бұрын
782nd like!
@FinlayHamm
@FinlayHamm 3 жыл бұрын
I ONLY CAME HERE SO THAT THE TITLE WOULD SAY 420 LIKES
@rbanerjee605
@rbanerjee605 Жыл бұрын
say I wanted to use this to change the time say my video was titled the time is 9:32 EST, would this be feasible?
@HowToJack
@HowToJack 2 жыл бұрын
It requires blaze plan..it sucks any alternatives?
@KshitizAgain
@KshitizAgain 4 жыл бұрын
Could you please explain the part of firebase?
@aumpauskar4653
@aumpauskar4653 4 жыл бұрын
Aapko idhar expect nahi kiya tha........
@rifter4478
@rifter4478 3 жыл бұрын
hey is there a autoupdating comment because i want to put a timer on my comment
@GeekLaunch
@GeekLaunch 3 жыл бұрын
Take a look here: developers.google.com/youtube/v3/guides/implementation/comments#comments-update
@Tuneke
@Tuneke Жыл бұрын
Web application has not completed the Google verification process.
@Lokulicious
@Lokulicious 10 ай бұрын
im late to this, but add yourself as a test user in the application
@fabian_ftn6604
@fabian_ftn6604 3 жыл бұрын
Just hacked your code it says 302 but its 303 I just liked it
@GeekLaunch
@GeekLaunch 3 жыл бұрын
I just liked your comment!
@fabian_ftn6604
@fabian_ftn6604 3 жыл бұрын
@@GeekLaunch and I just like your comment on my comment lol
@KshitizAgain
@KshitizAgain 4 жыл бұрын
Please tell how you added the files....' firebase.json' and .firebasearc...??? Please!
@GeekLaunch
@GeekLaunch 4 жыл бұрын
They are generated automatically by the Firebase command line tool. See: firebase.google.com/docs/functions/get-started#initialize-firebase-sdk-for-cloud-functions
@KshitizAgain
@KshitizAgain 4 жыл бұрын
@@GeekLaunch please tell me the commands.......it tells " WARNING FIREBASE_CONFIG AND GCLOUD_PROJECT environment variables are missing.Initializig firebase admin will fail!
@KshitizAgain
@KshitizAgain 4 жыл бұрын
@@GeekLaunch I downloaded the files...and did...according to instructions...The problem is solved...But ...While executing the file 'index.js' it gives the error :" Cannot Find Module"....Could you please tell me its solution?Please Please
@potato7540
@potato7540 3 жыл бұрын
It's says 4379 I see 4378
@dwaynelifter9331
@dwaynelifter9331 2 жыл бұрын
i destroy the 6666 views
@wojtekgame
@wojtekgame Жыл бұрын
But Google Cloud is an money loss...
@justwow8153
@justwow8153 3 жыл бұрын
after the "kaali" you tuber
@therealwishau
@therealwishau 3 жыл бұрын
HAHA NOT ANYMORE
@nodnarb
@nodnarb 3 жыл бұрын
the likes are off jk its just cause it says 193 but it has 194 cause i liked it
@GeekLaunch
@GeekLaunch 3 жыл бұрын
😱
@nodnarb
@nodnarb 3 жыл бұрын
@@GeekLaunch Do you have discord
@GeekLaunch
@GeekLaunch 3 жыл бұрын
I don't have a discord server for this channel, if that's what you're asking.
@nodnarb
@nodnarb 3 жыл бұрын
@@GeekLaunch Just do you have a discord acc
@GeekLaunch
@GeekLaunch 3 жыл бұрын
Yeah, why?
@Logan-tx3lk
@Logan-tx3lk 4 жыл бұрын
Wanna be friends?
@leyan478
@leyan478 4 жыл бұрын
Hey I ruined it hahah
@KshitizAgain
@KshitizAgain 4 жыл бұрын
Good job!
@leyan478
@leyan478 4 жыл бұрын
@@KshitizAgain hahaha
@KshitizAgain
@KshitizAgain 4 жыл бұрын
@@leyan478 I am still working on it😅...i will upload video of same kind in my channel!...I am a beginner youtuber ...
@shamant7781
@shamant7781 3 жыл бұрын
Are you an Indian bro
@GeekLaunch
@GeekLaunch 3 жыл бұрын
I love my Indian bros, from Bombay to Bangladesh
@shamant7781
@shamant7781 3 жыл бұрын
@@GeekLaunch are you indian or not
@GeekLaunch
@GeekLaunch 3 жыл бұрын
not
@animeshpanda2960
@animeshpanda2960 2 жыл бұрын
@@GeekLaunch Ayy so are you from bangladesh 🗿
@GeekLaunch
@GeekLaunch 2 жыл бұрын
No. I am not from India. I am from America 🇺🇲🦅🇺🇲🦅🇺🇲🦅🇺🇲🦅🇺🇲🦅🇺🇲🦅🇺🇲🦅🇺🇲🦅🇺🇲🦅🇺🇲🦅🇺🇲🦅🇺🇲🦅🇺🇲🦅🇺🇲🦅🇺🇲🦅🇺🇲🦅🇺🇲🦅🇺🇲🦅🇺🇲🦅🇺🇲🦅🇺🇲🦅🇱🇷🦅🇺🇲🦅🇺🇲🦅🔥🔥🤩😇😁🤑🤠🤠🤠💯💥✨🌟🎉🎉🎊❤️‍🔥💪💪💪💪💪💪💪🌋🌠🍩🥤🥇🏈⚾🍆👀💰💰💰❤️🚮✝️
TypeScript with Webpack 4
11:04
GeekLaunch
Рет қаралды 14 М.
The Most Legendary Programmers Of All Time
11:49
Aaron Jack
Рет қаралды 549 М.
Get 10 Mega Boxes OR 60 Starr Drops!!
01:39
Brawl Stars
Рет қаралды 16 МЛН
Little brothers couldn't stay calm when they noticed a bin lorry #shorts
00:32
Fabiosa Best Lifehacks
Рет қаралды 18 МЛН
How to win a argument
9:28
ajaxkmr
Рет қаралды 466 М.
Hacker101 - JavaScript for Hackers (Created by @STOKfredrik)
24:17
This Video Has 72,431,955 Views
10:39
Tom Scott
Рет қаралды 72 МЛН
How This New Battery is Changing the Game
12:07
Undecided with Matt Ferrell
Рет қаралды 170 М.
How to Show Views in the Title like Tom Scott
9:34
No Text To Speech
Рет қаралды 29 М.
How He Got $600,000 Data Engineer Job
19:08
Sundas Khalid
Рет қаралды 20 М.
Using My Python Skills To Punish Credit Card Scammers
7:13
Engineer Man
Рет қаралды 4,9 МЛН
Mohammad bin Salman: Prince With Two Faces
54:00
Show Me the World
Рет қаралды 4,6 МЛН
Self-aware Video: it knows its own YouTube Video ID?
2:50
LiveOverflow
Рет қаралды 1,8 МЛН
Get 10 Mega Boxes OR 60 Starr Drops!!
01:39
Brawl Stars
Рет қаралды 16 МЛН