I love your videos because they feel real, like you have a structure and everything to keep an order, but feels like it's the same day that I have sometimes, and not the fake scripted days in a life of a programmer. 💙
i didnt really get what images you use for the video creator, so i imagined something: -take nouns of the text that appear the most -take (stock)photos of these words and display them when the mp3 file talks about the specific noun(e.g. "mom")
This video gave me an idea. I made a script in nodejs that fetches a random greentext from r/greentext and turns it into a video by adding the text as narrator style audio to the image.
Thank you for sharing this. When I first started coding, I just assumed they knew everything and the road would be impossible for me. Now I see its about figuring it out
What a coincidence I was thinking about this since 2 months and you laid the roadmap for me🙃 Thanks for helping and getting me started. Love from India❤
Hej! I really like the honesty you put on your videos, I know most of the developers out there will never show all the processes/stages of real software development and you really show the truth here. There is NOT realistic to think that in software development a developer (no matter how good it is) will sit and code and crack and solve all problems right away. This what you show in your videos is real life! Thanks Kalle :)
maybe upload to google drive / dropbox / onedrive / icloud, or maybe some other cool storage solution from which an "automated bot" can pick up the new video and upload it to YT directly? Some companies do provide these automated bots which do these kind of uploads. Maybe there's also a free one, even a paid one shouldn't be that expensive imo
I like how he plans out a lot of things, makes branches and issues and milestones whereas I just git force my way through the main branch for personal projects 😂
Hey Kalle, Great video as usual. I had a similar project half a year ago and we also encountered the issue with the RUclips API. I already did a more detailed comment with links that maybe help you but I think it got flagged as spam so maybe check your spam comments. Best Regards, Luca
Bro, please tell me how to do It I'm facing the same issue. I have scoured the whole internet searching for a solution, almost abandoning the project. You are my only last hope please provide the full upload script with like comments or something to make it more understandable.
I too tried to do a similar thing, i.e uploading videos to youtube using API but encountered the same error of processing blocked/failed. I Would request you to make a video if you get a solution to this :)
i got the same issue as you for upload and the main problem was the length of the video (too short or too long a video of 13:59min is perfect for my part). you can also be blocked due to youtube quotas and video set as private(locked) by youtube
Creating video's and uploading it automatically could potentially be a problem since you cannot determine if a certain video has content in it which is in violation with the yt terms and conditions. Just something to think about when progressing with this app because it could get that channel banned within hours... Nevertheless this is a very interesting video (like most of your video's are :) )
I’m also working on an automated channel, and first the video gets send to me via gmail, and when i answer ‘yes’ it uploads it to youtube to prevent bad/harmful videos.
Excellent video, the truth is they are very good and more because it inspires you to learn a python, so I have seen you have many videos of it, greetings
I'm pretty sure you can just automate a few clicks and shortcuts to make this happen depending on what operating system you use. Applescript has down wonders for me on the Mac.👍
Few months ago I saw a job listed for $1k on upwork for creating a youtube uploader. I thought easy money so I set on a path to find the solution before putting my offer. Based on the requirements, api wasnt going to cut it so I had to try analyse the network traffic and implement via scrapping with requests library. After a few days I realised its was super hard, probably not possible. Getting around the login process was pure horror,as its a multi step process not just send email/password , and trying to analyse the network during an upload was a super nightmare, gibberish everywhere and class names in the html seemed to change randomly throughout the day.
I used to have a channel with short videos that had almost a hundred thousand subscribers and I got it in just 4 months, but unfortunately now it's blocked by RUclips because of copyright. I used to upload videos manually and only relied on the auto clicker application to assist in the uploading process. Maybe the application can inspire you in the process of uploading RUclips. Because I think it will be difficult to upload using the API so I was still using manual uploads.
@@martinmachua Upload content about famous celebrities that are in great demand by people and also about the latest technology, unfortunately short videos are very difficult to get 4000 watch hours.
Wow, an awesome idea! Question to Kalle and all, any thoughts on using selenium vs beautifulsoup? What are the most significant differences in your programming experience? Thanks
@@mo7amedfares608 so basically selenium allows you to interact with more elements as well as allowing you to login to a site whereas beautiful soup doesn’t but it scrapes faster. I think that’s the jist?
Hej, kalle, I’ve been following you for so long thanks a lot for this wonderful moments you’re sharing with us, One question please, The place you went to, to relax where it is located is here in Gothenburg?!? What’s the name of it please?
Hey Kalle! Do me a favour create a webscraper and automate you waking up in the morning and carrying out your morning routine. How about that? 😂. These automation are going outta control 😳 😅. But yet again another amazing video =D
your videos shows reality of coding, googling, learning, try different things, even some basic things sometimes doesn't work properly, and the final step would be the actual production code, that's quite awesome
Hi Kalle, good job with as always with the video! Just one quick question: why did you go with selenium for webscraping instead of going with the Reddit API? Did you test that and notice some major flaws? Performance-wise Reddit APIs should be far faster.
have you tried to not upload the video via the API and using some web-drivers like selenium instead? it's a mutch "ridgid" thing but should do the trick I guess...
Why scrapping Reddit when there is an api which gives you everthing? Overall you should optimize your work setup. Its seems that you just use the terminal and vim because its look professional but you should consider more time to get really comfortable with the environment.
Hope you’re enjoying these project centered videos!
You bet bud
All day!
Yeah
very much!!
Kalle, thanks for sharing
So thankful that you are honest about the process in coding. It makes us all more confident.
I love your videos because they feel real, like you have a structure and everything to keep an order, but feels like it's the same day that I have sometimes, and not the fake scripted days in a life of a programmer. 💙
Your videos are just getting better over time. I am just hooked up to your channel.
It would be cool if the project becomes open source when you’re finished. That would be a truly automated RUclips channel.
Lycka till!
The Rock coding. Fun.
Hey this is an actually cool idea, which gave me a small project idea for preapring for a job interview
Hey, love the idea! I did something similar on this RUclips channel. I also had problems with the RUclips API, I ended up using youtube-upload script.
Could you tell me please what are you using ? Maybe connect on social media ?
i didnt really get what images you use for the video creator, so i imagined something:
-take nouns of the text that appear the most
-take (stock)photos of these words and display them when the mp3 file talks about the specific noun(e.g. "mom")
Also I have an idea that how are visualizers made? Like we can use sound visualizers that would look dope like if some video podcast is playing!
Wish you all the best Kalle. I hope you can finish the project.
I hope too.. it would be amazing if the projects gets done..
I tested with the same example script available on youtube data API documentation using python 2 its worked for me
No props brother, atleast you've tried.
Keep banging on new ideas.
Thanks for making a video like this! It's really interesting to hear how you deal with the getting stuck on projects
This video gave me an idea. I made a script in nodejs that fetches a random greentext from r/greentext and turns it into a video by adding the text as narrator style audio to the image.
I like how you try to keep your health under control keep it up.
omg..I came across yr video, got excited, and then saw the vid result...so bummed!!!!
this is actually such a cool project, I might do something similar
Can you tell how it turnd out please ? Maybe connect on social media if you would like to ?
You could use sellenium with a headless browser and do the xpath clicking to upload the video, or use requests but those are more likely to fail.
Thank you for sharing this. When I first started coding, I just assumed they knew everything and the road would be impossible for me. Now I see its about figuring it out
What a coincidence I was thinking about this since 2 months and you laid the roadmap for me🙃
Thanks for helping and getting me started. Love from India❤
We have the same fridge. This has to be heart-comment worthy, no ?
No. Lol.
Hej! I really like the honesty you put on your videos, I know most of the developers out there will never show all the processes/stages of real software development and you really show the truth here. There is NOT realistic to think that in software development a developer (no matter how good it is) will sit and code and crack and solve all problems right away. This what you show in your videos is real life! Thanks Kalle :)
Reddit has an API, no need to use scrapers.
PRAW!
maybe upload to google drive / dropbox / onedrive / icloud, or maybe some other cool storage solution from which an "automated bot" can pick up the new video and upload it to YT directly? Some companies do provide these automated bots which do these kind of uploads. Maybe there's also a free one, even a paid one shouldn't be that expensive imo
The reddit part would have been easier to do with their api. You can perform more sorting and filtering and is much faster
man you are so amazing it really inspired me for next project!!!!!!!!! thanks man
selenium with a headless chrome browser to circumvent the api. could even sit i side a docker container
I subscribed you because you are programmer.
(Im from Estonia)
Great video as usual! I see you have customized your vim theme. Best of luck 🤞!
I'm waiting for the following video
This idea is awesome!
that's something i would be interested in seeing a followup on it
This one is a good idea 💡
The hair and beard's looking good man, I hope you keep it.
ArE yOU gaY?
I agree, the hair looks awesome!
why are you gay
This is the coolest thing I have ever seeen in my life
I like how he plans out a lot of things, makes branches and issues and milestones whereas I just git force my way through the main branch for personal projects 😂
i did the same thing using power automate desktop , great videos skills
Plot twist: Kalle Hallden is an automated video producing and uploading Software.
Let me know when you figure it out!
Oh man. Sweden is a beautiful country. Stockholm looks great
The Google voice syth was pretty good I think. I can't see this project working though since it would be like a spam bot that would get shut down.
Great video, and congrats on completely (I guess) switching to vim :)
This is an awesome idea! Nice attempt.
Hey Kalle,
Great video as usual.
I had a similar project half a year ago and we also encountered the issue with the RUclips API.
I already did a more detailed comment with links that maybe help you but I think it got flagged as spam so maybe check your spam comments.
Best Regards,
Luca
Bro, please tell me how to do It I'm facing the same issue. I have scoured the whole internet searching for a solution, almost abandoning the project. You are my only last hope please provide the full upload script with like comments or something to make it more understandable.
I too tried to do a similar thing, i.e uploading videos to youtube using API but encountered the same error of processing blocked/failed. I Would request you to make a video if you get a solution to this :)
I am building something similar Didn't know RUclips wouldn't allow uploading .. Will update once I solve this problem thanks btw Good project
i got the same issue as you for upload and the main problem was the length of the video (too short or too long a video of 13:59min is perfect for my part). you can also be blocked due to youtube quotas and video set as private(locked) by youtube
Just might give this a shot myself...
Creating video's and uploading it automatically could potentially be a problem since you cannot determine if a certain video has content in it which is in violation with the yt terms and conditions. Just something to think about when progressing with this app because it could get that channel banned within hours... Nevertheless this is a very interesting video (like most of your video's are :) )
I’m also working on an automated channel, and first the video gets send to me via gmail, and when i answer ‘yes’ it uploads it to youtube to prevent bad/harmful videos.
@@jasper8941 can you be more specific on what you mean please ? I would love to connect on social media. Maybe discord if you like ?
Thx for the video btw~
I love you bro ❤️ keep going.
Kale, I think it is the video codec that is used when you make the .py video generator, if you use some codec.
This was a super cool video.
let’s talk about system design…. )) please make video about the resources to learn about microservices, docker kind things, great videos
very cool! :) i did something similar too
The full lowercase title triggered my OCD so badly 😂
Excellent video, the truth is they are very good and more because it inspires you to learn a python, so I have seen you have many videos of it, greetings
Make a video or course on how to create a RUclips automation channel
I'm pretty sure you can just automate a few clicks and shortcuts to make this happen depending on what operating system you use. Applescript has down wonders for me on the Mac.👍
Few months ago I saw a job listed for $1k on upwork for creating a youtube uploader. I thought easy money so I set on a path to find the solution before putting my offer. Based on the requirements, api wasnt going to cut it so I had to try analyse the network traffic and implement via scrapping with requests library. After a few days I realised its was super hard, probably not possible. Getting around the login process was pure horror,as its a multi step process not just send email/password , and trying to analyse the network during an upload was a super nightmare, gibberish everywhere and class names in the html seemed to change randomly throughout the day.
I used to have a channel with short videos that had almost a hundred thousand subscribers and I got it in just 4 months, but unfortunately now it's blocked by RUclips because of copyright. I used to upload videos manually and only relied on the auto clicker application to assist in the uploading process. Maybe the application can inspire you in the process of uploading RUclips. Because I think it will be difficult to upload using the API so I was still using manual uploads.
Which type of videos were you uploading, and were you able to monetize during that period??
@@martinmachua Upload content about famous celebrities that are in great demand by people and also about the latest technology, unfortunately short videos are very difficult to get 4000 watch hours.
@@alifpgrbw yes, it's very difficult to hit the watch hours, with shorts but I think they do boost a channel..
Wow, an awesome idea! Question to Kalle and all, any thoughts on using selenium vs beautifulsoup? What are the most significant differences in your programming experience? Thanks
@@mo7amedfares608 so basically selenium allows you to interact with more elements as well as allowing you to login to a site whereas beautiful soup doesn’t but it scrapes faster. I think that’s the jist?
@@mo7amedfares608 ok thank you for thr clarification
Kalle log day 283, subject still hadn't noticed that he is the only one in current dimension
Like is double earned because the video is pure real haha Sometimes you just hit roadblocks like that, nice video
Hej, kalle, I’ve been following you for so long thanks a lot for this wonderful moments you’re sharing with us,
One question please,
The place you went to, to relax where it is located is here in Gothenburg?!? What’s the name of it please?
Hey Kalle! Do me a favour
create a webscraper and automate you waking up in the morning and carrying out your morning routine. How about that? 😂. These automation are going outta control 😳 😅. But yet again another amazing video =D
your body is really a progress
You could really use selenium in python for RUclips automation ✌︎✌︎
Did you try to do it ? if yes please show me TheProgrammer#4062
I was just searching for this on youtube.. loool python is awesome
so true
Man’s using vim editor
your videos shows reality of coding, googling, learning, try different things, even some basic things sometimes doesn't work properly, and the final step would be the actual production code, that's quite awesome
Use the windows terminal with powershell, it is far better
Really nice project! One question, is there any playlist that i can accessto the music you use on your videos?? I really like them!
When the typed vim I squinted! lol
Hey Kalle! How about using Selenium for that? (13:38)
This is cool but why have the pain of building a scrapper when you can use PRAW
i just realized how weird it is coding a microprocessor for a kids toy
I wish I could subscribe twice
the third one 😉👍
I know this is off-topic, but man... I'd really like some fitness info / guidance😅
0:11 daddy? sorry, daddy? sorry, daddy? sorry, daddy? i mean, daddy? sorry, daddy?
Really cool project and all but didn't RUclips start banning channels that upload other's content from reddit?
Processing failed sounds like an encoding error. Moviepy produces really weird files, I would just put them through melt or ffmpeg before uploading
Just loved this idea man ❤️
Que Ideia show de bola vou fazer...
Maybe make it a private channel, and then create an automation that promotes the link to each video on social media?
Hey kalle
Hi Kalle, good job with as always with the video!
Just one quick question: why did you go with selenium for webscraping instead of going with the Reddit API?
Did you test that and notice some major flaws?
Performance-wise Reddit APIs should be far faster.
Its depends if web scraping is gui or not.. selenium needs to be automated through gui.
Wheres the hoodie from its tuff
What camera(s) do you use for your RUclips videos. Your camera color astonishing.
have you tried to not upload the video via the API and using some web-drivers like selenium instead? it's a mutch "ridgid" thing but should do the trick I guess...
Why scrapping Reddit when there is an api which gives you everthing?
Overall you should optimize your work setup. Its seems that you just use the terminal and vim because its look professional but you should consider more time to get really comfortable with the environment.
Nice
Is it possible that you tube can tell a video has been generated with programs, and blocks posts like that?
Cool what terminal are u using on Windows?
cool video
What is the terminal that you are using.. it is a linux terminal but in windows???
But we cannot monetize RUclips videos which are using text to speech conversions softwares.
Hello kalle can you guide as to how does one learn automating in python and eventually master it...thanks
practise makes perfect.
Bro have a doubt is kali linux is safe for daily personal use , gmail login , Drive , Development software
I'm curious. What happened with the warehouse?
That's a good question!