Thank you. I mean if you want to commercialize it for mass use because anyone can download it and start using it. Basically what I am saying is how do you control costs with popular builds that are open to the public.
I've been wanting to do automations for a long time, and you helped push me. Precisely because you had errors, and you asked GPT how to fix them. I hope today I will be after finishing one automation. thanks. Great content. FROM ISRAEL.
So, that's why everyone is going bonkers. Jack, I am finally (and slowly) catching up on all your great content. You are at 4 videos a week right now. Say whaaaaaaaaaaat? 😛
thanks Jack. Getting the following result in the webhook when even testing the chrome extension on the same videos you show: No transcript available or video does not support transcription. Anyone else?
What words do you guys use with the letter Z? All the words that we use Z with you exchange for an S. Do you say sap instead of zap or sebra instead of zebra? Where do you draw the line?
The problem I see with this build and other similar that have the potential to have heavy usage is the cost of make and chatgpt could become prohibited. How do you handle these scenarios in terms of cost?
awesome vid. thanks. i try to use the results i got from the webhook with ChatGPT and it just does not fetch the content for some reason. is there any module i need to use?
Not sure if anyone has done it I tried and can't get the transcript to load. The transcript cannot be retrieved unless you use the RUclips Data API key.
There is an alternative way around it, did you use my code as a basis? 😊 You can grab it from my Skool, but if you're not in it this is how it works: 1) First, it gets the video ID from the current URL: 2) Then, in the getTranscript() function, it makes a POST request to RUclips's internal API: 3) From the response, it extracts the caption tracks: 4) It then selects either the English track or the first available track: 5) Using the baseUrl from the selected track, it fetches the actual transcript: 6) Finally, it parses the XML response to extract the text content: Hope that helps bro, you got this!
All resources, blueprints and community are here 👉www.skool.com/ai-automations-by-jack-4235
Thank you. I mean if you want to commercialize it for mass use because anyone can download it and start using it. Basically what I am saying is how do you control costs with popular builds that are open to the public.
Another banger automation Jack. This one is going to come in really handy! Thanks!🚀
Thanks bro! 😎
I've been wanting to do automations for a long time, and you helped push me. Precisely because you had errors, and you asked GPT how to fix them. I hope today I will be after finishing one automation. thanks. Great content. FROM ISRAEL.
You've got this! Let's Go!
So, that's why everyone is going bonkers. Jack, I am finally (and slowly) catching up on all your great content. You are at 4 videos a week right now. Say whaaaaaaaaaaat? 😛
thanks Jack. Getting the following result in the webhook when even testing the chrome extension on the same videos you show:
No transcript available or video does not support transcription.
Anyone else?
i have the same issue
What words do you guys use with the letter Z? All the words that we use Z with you exchange for an S. Do you say sap instead of zap or sebra instead of zebra? Where do you draw the line?
Jack with another 🔥 video tutorial.... 😎
My pleasure!
Shout Out Kevin!!!!!
All the dot points are started with an Emoji. LOL 😂 This is SO Jack ❤
#Guilty 👀
Do you think this is doable for Edge using Claude?
I tried this in gpt-4o with same prompts but unable to build this. there are issues in transcription. Can you share the plugin code and prompts?
The problem I see with this build and other similar that have the potential to have heavy usage is the cost of make and chatgpt could become prohibited. How do you handle these scenarios in terms of cost?
Heyyy bro, it's not that expensive actually - maybe a couple of cent per execution. You can load a balance you're comfortabel with :)
awesome vid. thanks. i try to use the results i got from the webhook with ChatGPT and it just does not fetch the content for some reason. is there any module i need to use?
I don't receive the variable on the Webhook. It says its not allowed to gather the transcript from the video. (Transcript not found) Any ideas?
Can the extension be share for other team member? Or for personal used only?
You can share with anybody you like, send them the zip. You can also upload it to the chrome store if you want to!
So what if I don’t want to use open ai api key does make allow other options perhaps ollama 3.1 or anthropic or minstral ?
Manifest is like a llm model
My guy shook hands with hormozi and suddenly turned into hormozi
You can tell how deep he's getting into it by the shade of his 5'Oclock shadow😂
@@dylancarr830 hahahaha I was clean shaven when I started recording this video for you
Insane!
Great Video
Glad you enjoyed it
bro, I can't get the transcript. Please tell me there's an easy way.
@@sertac.sustam have you downloaded the blueprints from Skool?
I created a super cool app! thanks!
I wish I had a button that can copy an element from a page and give me the code to replicate it for my website.
You could 100% make that! 👀
@@Itssssss_Jack let’s make it happen! Making it my weekend project
@@EddieGillieswow I would love a breakdown of this!
Not sure if anyone has done it I tried and can't get the transcript to load. The transcript cannot be retrieved unless you use the RUclips Data API key.
There is an alternative way around it, did you use my code as a basis? 😊
You can grab it from my Skool, but if you're not in it this is how it works:
1) First, it gets the video ID from the current URL:
2) Then, in the getTranscript() function, it makes a POST request to RUclips's internal API:
3) From the response, it extracts the caption tracks:
4) It then selects either the English track or the first available track:
5) Using the baseUrl from the selected track, it fetches the actual transcript:
6) Finally, it parses the XML response to extract the text content:
Hope that helps bro, you got this!
Next time please use a IDE :sob: