{"id":18291490,"url":"https://github.com/kkristof200/selenium_youtube","last_synced_at":"2025-05-11T18:14:56.915Z","repository":{"id":40640360,"uuid":"260785282","full_name":"kkristof200/selenium_youtube","owner":"kkristof200","description":"Python library to upload videos to YouTube (also watch, like, comment, pin comment) using Selenium.","archived":false,"fork":false,"pushed_at":"2023-05-30T11:12:46.000Z","size":144,"stargazers_count":69,"open_issues_count":8,"forks_count":23,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-04-30T18:38:55.095Z","etag":null,"topics":["python","selenium","youtube","youtube-upload","youtube-uploader"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/kkristof200.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-05-02T22:19:09.000Z","updated_at":"2025-01-24T18:33:44.000Z","dependencies_parsed_at":"2024-06-21T17:51:40.704Z","dependency_job_id":"51ac22cb-85ba-4207-a73e-f719adf72697","html_url":"https://github.com/kkristof200/selenium_youtube","commit_stats":{"total_commits":148,"total_committers":4,"mean_commits":37.0,"dds":"0.060810810810810856","last_synced_commit":"a480c7fa18ef7831bb402d2bbca6eb6e13ba5067"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kkristof200%2Fselenium_youtube","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kkristof200%2Fselenium_youtube/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kkristof200%2Fselenium_youtube/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kkristof200%2Fselenium_youtube/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kkristof200","download_url":"https://codeload.github.com/kkristof200/selenium_youtube/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253451570,"owners_count":21910732,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["python","selenium","youtube","youtube-upload","youtube-uploader"],"created_at":"2024-11-05T14:14:22.618Z","updated_at":"2025-05-10T17:22:02.929Z","avatar_url":"https://github.com/kkristof200.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# selenium_youtube\n\n![PyPI - package version](https://img.shields.io/pypi/v/selenium_youtube?logo=pypi\u0026style=flat-square)\n![PyPI - license](https://img.shields.io/pypi/l/selenium_youtube?label=package%20license\u0026style=flat-square)\n![PyPI - python version](https://img.shields.io/pypi/pyversions/selenium_youtube?logo=pypi\u0026style=flat-square)\n![PyPI - downloads](https://img.shields.io/pypi/dm/selenium_youtube?logo=pypi\u0026style=flat-square)\n\n![GitHub - last commit](https://img.shields.io/github/last-commit/kkristof200/selenium_youtube?style=flat-square)\n![GitHub - commit activity](https://img.shields.io/github/commit-activity/m/kkristof200/selenium_youtube?style=flat-square)\n\n![GitHub - code size in bytes](https://img.shields.io/github/languages/code-size/kkristof200/selenium_youtube?style=flat-square)\n![GitHub - repo size](https://img.shields.io/github/repo-size/kkristof200/selenium_youtube?style=flat-square)\n![GitHub - lines of code](https://img.shields.io/tokei/lines/github/kkristof200/selenium_youtube?style=flat-square)\n\n![GitHub - license](https://img.shields.io/github/license/kkristof200/selenium_youtube?label=repo%20license\u0026style=flat-square)\n\n## Description\n\nselenium implementation of youtube, which can upload/watch/like/comment/pin comment on videos\n\n## Install\n\n~~~~bash\npip install selenium_youtube\n# or\npip3 install selenium_youtube\n~~~~\n\n## Usage\n\n~~~~python\nfrom selenium_youtube import Youtube\n\n# pip install selenium_firefox\nfrom selenium_firefox import Firefox\nfirefox = Firefox()\n\n# pip install selenium_chrome\nfrom selenium_chrome import Chrome\nchrome = Chrome()\n\nyoutube = Youtube(\n    browser=chrome # or firefox\n)\n\nupload_result = youtube.upload('path_to_video', 'title', 'description', ['tag1', 'tag2'])\n~~~~\n\n## Dependencies\n\n[beautifulsoup4](https://pypi.org/project/beautifulsoup4), [kcu](https://pypi.org/project/kcu), [kstopit](https://pypi.org/project/kstopit), [kyoutubescraper](https://pypi.org/project/kyoutubescraper), [noraise](https://pypi.org/project/noraise), [selenium](https://pypi.org/project/selenium), [selenium-browser](https://pypi.org/project/selenium-browser), [selenium-chrome](https://pypi.org/project/selenium-chrome), [selenium-firefox](https://pypi.org/project/selenium-firefox), [selenium-uploader-account](https://pypi.org/project/selenium-uploader-account), [setuptools](https://pypi.org/project/setuptools), [xpath-utils](https://pypi.org/project/xpath-utils)\n\n\n\n## Credits\n\n[Péntek Zsolt](https://github.com/Zselter07)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkkristof200%2Fselenium_youtube","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkkristof200%2Fselenium_youtube","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkkristof200%2Fselenium_youtube/lists"}