selenium_youtube
Project description
selenium_youtube
Description
selenium implementation of youtube, which can upload/watch/like/comment/pin comment on videos
Install
pip install selenium_youtube
# or
pip3 install selenium_youtube
Usage
from selenium_youtube import Youtube
youtube = Youtube(
'path_to_cookies_folder',
'path_to_extensions_folder'
)
result = youtube.upload('path_to_video', 'title', 'description', ['tag1', 'tag2'])
Dependencies
Credits
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
selenium_youtube-0.0.1.tar.gz
(2.4 kB
view hashes)
Built Distribution
Close
Hashes for selenium_youtube-0.0.1-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0047b19a19053c1ab106e1cd7a2fab217ed7df191de2311d1ca069b1fb5b0d35 |
|
MD5 | 4d5d87324eb9a3ccb256888424eb7774 |
|
BLAKE2b-256 | 7aaa6a60bc1b40cf16d80a4879bb0de83ced22d0d38db05e235a7124a256ffc6 |