Skip to content

Latest commit

 

History

3 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 

Repository files navigation

youtube_-video_uploader

a script that will help creators automate uploading of their content with specified pre requisites

#Explanation:

TangledExplainGIF

Authenticate the user: The authenticate_youtube function handles OAuth 2.0 authentication and returns an authorized YouTube service object.
Upload a video: The upload_video function uploads a single video file to YouTube, with a title and description.
Upload all videos in a folder: The upload_videos_in_folder function iterates through all .mp4 files in the given folder and uploads each to YouTube.

#Notes:

SpongebobPatrickGIF

Replace "path_to_your_folder_containing_videos" with the actual path to your folder.
Modify the title, description, and tags to fit your needs.
Ensure your client_secrets.json file is in the same directory as the script.

#Important:

RememberFacebookliveGIF

Using this script in production requires adherence to YouTube's API terms and Google's privacy policy. Frequent uploads or attempts to automate could lead to throttling or API ban.

About

a script that will help creators automate uploading of their content with specified pre requisites

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages