Metadata-Version: 2.1
Name: selenium_youtube
Version: 0.2.65
Summary: selenium_youtube
Home-page: https://github.com/kkristof200/selenium_youtube
Author: Kovács Kristóf-Attila & Péntek Zsolt
License: UNKNOWN
Description: # selenium_youtube
        
        ![python_version](https://img.shields.io/static/v1?label=Python&message=3.5%20|%203.6%20|%203.7&color=blue) [![PyPI download month](https://img.shields.io/pypi/dm/selenium_youtube?logo=pypi&logoColor=white)](https://pypi.python.org/pypi/selenium_youtube/) [![PyPI version](https://img.shields.io/pypi/v/selenium_youtube?logo=pypi&logoColor=white)](https://pypi.python.org/pypi/selenium_youtube/)
        
        ## Install
        
        ````shell
        pip install --upgrade selenium-youtube
        # or
        pip3 install --upgrade selenium-youtube
        ````
        
        ## Usage
        
        ````python
        from selenium_youtube.youtube import Youtube
        
        youtube = Youtube(
            'path_to_cookies_folder',
            'path_to_extensions_folder'
        )
        
        result = youtube.upload('path_to_video', 'title', 'description', ['tag1', 'tag2'])
        ````
        
        ## Dependencies
        
        geckodriver
        
        ## Credits
        
        [Péntek Zsolt](https://github.com/Zselter07)
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
