selenium_youtube
Description
selenium implementation of youtube, which can upload/watch/like/comment/pin comment on videos
Install
pip install selenium_youtube
pip3 install selenium_youtube
Usage
from selenium_youtube import Youtube
from selenium_firefox import Firefox
firefox = Firefox()
from selenium_chrome import Chrome
chrome = Chrome()
youtube = Youtube(
browser=chrome
)
upload_result = youtube.upload('path_to_video', 'title', 'description', ['tag1', 'tag2'])
Dependencies
beautifulsoup4, kcu, kstopit, kyoutubescraper, noraise, selenium, selenium-browser, selenium-chrome, selenium-firefox, selenium-uploader-account, setuptools, xpath-utils
Credits
Péntek Zsolt