Uploading videos to YouTube
Project description
yt_pld - YouTubeUpload
This app helps you automate uploading videos to your YouTube channel. Selenium is used for uploading.
Installation
To install, run the following command in your terminal:
pip install yt-pld
Example of use
from yt_pld import upload_multiple_videos
video_list = [
{
"video_path": 'your_video_path',
"title_text": 'your_title_for_video',
"description_text": 'your_description_for_video'
},
# Add more video entries as needed
]
login_data = {
"chrome_driver_path": 'your_chrome_driver_path',
"email": 'your_email',
"password": 'your_password',
"channel_name": 'your_channel_name'
}
upload_multiple_videos(login_data, video_list)
Description of parameters to be transferred
video_list - pass to this list as many dictionaries with video data as many videos you need to upload (currently you can upload a maximum of 10 videos per day)
video_path - your path to the video you want to upload to your channel
title_text - title for the video
description_text - description for the video\
login_data - pass to this dictionary the login data for your YouTube creative studio
chrome_driver_path - path to your chrome driver
email - your email to log in to your google account, to which your YouTube channel is linked to
password - password for the google account to which your YouTube channel is linked
channel_name - name of the channel you want to upload video to\
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file yt_pld-0.0.11.tar.gz.
File metadata
- Download URL: yt_pld-0.0.11.tar.gz
- Upload date:
- Size: 3.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ff333483379ec11778857d8e1bdb4bed0b788effb35769331d8f15543549b5b7
|
|
| MD5 |
533a96c840ddea36e2bb749252aa19b3
|
|
| BLAKE2b-256 |
4604f04438b11c374b6f350cdffc8269651469f219ceb251caefd2eff40e9ac5
|
File details
Details for the file yt_pld-0.0.11-py3-none-any.whl.
File metadata
- Download URL: yt_pld-0.0.11-py3-none-any.whl
- Upload date:
- Size: 4.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a013d52e56602a9bcbee9b264f08c4d98410b1da302d7045183d877d8f1e476a
|
|
| MD5 |
a6d162d4394b5914b71fd722df11aff5
|
|
| BLAKE2b-256 |
536386bef943ea463adb19e9c67ad7684e3275931a4bab969158a4ad634d433f
|