Upload videos automatically on YouTube using Python bot #youtubebots

preview_player
Показать описание
In this video, I am showing you step by step how to set up and run a youtube bot on your computer that can upload shorts or normal videos on youtube at a very fast speed. This can be useful to save your time.

HERE ARE THE LINKS YOU NEED 👇

TIMESTAMPS ⌛
00:00 -Intro
00:37 -Download Prerequisites
03:40 -Edit Python file
05:48 -Install Dependencies
06:20 -Running Bot

Contact me👇

#youtube #bot #shorts
Рекомендации по теме
Комментарии
Автор

I have one question how do you make the bot schedual for you when the video airs out

ImaginAiWildlife
Автор

You should edit it so it gives you the options to set a timer between uploads in minutes, so if you want to upload a video every 1 hour instead of instantly

CoolDeathLight
Автор

I use youtube bulk upload for the lazy because it also auto-tags my videos and supports multiple channels

TutorialGenius
Автор

How can we edit specific title automatically?

mauwiks
Автор

Great Video though the tutorial is not working it just starts chrome beta and does nothing

Onearmed-wolf
Автор

How to upload Google drive directly to youtube using Google colab.??

sohanbishnoi_
Автор

it says File "C:\Users\jonah\OneDrive\Desktop\youtube-autoupload-bot-master\main.py", line 21, in <module>
bot = webdriver.Chrome(executable_path="chromedriver.exe", chrome_options=options)
TypeError: WebDriver.__init__() got an unexpected keyword argument 'executable_path' what can i do pls answer quickly

terpez
Автор

help bro it all worked but when i entered 1 or 2 the chrome opened and closed on me pls help

Kaunjayrudraa
Автор

someone else tried this on my account, how can i avoid it?

svrgewave
Автор

why mine is not working . code is executing finly. still it does not open chrome . i have watched this video 15 times to find what mistake i am doing, but still can't find it .. can anyone help
print("help plz");

dhruv-yxne
Автор

Why not use the Youtube API instead to upload over Browser automation?

rb
Автор

I followed the steps exactly but i kept getting an error and it would not post my videos 😒

Frugalmindsunite
Автор

I'm getting an error that the chromedriver works with version 104 only but I am using beta version

luson_
Автор

now i am run on 106 version crome-driver but i din't got already sign in.. how to fix it?? I can use this code.. please sir

mayurparmar
Автор

Is it possible that we can add the bot to copy the caption and paste to the video?

sovannpanharithsak
Автор

does the technique still work? Because I succeeded and when I launch the bot it launches me on google chrome test and not on google beta, what is the solution?

antoinelebrun
Автор

I’ve done everything right but can’t get any reaction from the bot

davidtjohnson
Автор

Traceback (most recent call last):
File "C:\Users\auwal12k\Desktop\youtubebot\main.py", line 21, in <module>
bot = webdriver.Chrome(executable_path="chromedriver.exe", chrome_options=options)
TypeError: __init__() got an unexpected keyword argument 'executable_path'



this another error please help me

Technology-android
Автор

I have a problem it says it only supports chrome version 104 but my current version is 111 is there a way to fix this?

sinisterbrick
Автор

But all the videos are uploaded with same title name, if I have created videos for different purposes but all have the same title, then no one will get the exact video by name.

Dev_NP