linouk23 / youtube_uploader_selenium

Python script to upload videos on YouTube using Selenium
MIT License
606 stars 211 forks source link

Multi accounts support #2

Open wellisrite opened 4 years ago

wellisrite commented 4 years ago

Hi Linouk23,

I have a suggestion to add a multi accounts support for this script.

bilalahmadj110 commented 3 years ago

How is that possible?

rzfzr commented 3 years ago

You could just run multiple instances of it, or better yet, parametrize the login info, maybe take some inspiration from this project, saving the cookies as json files, and just load them at will