Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

youtube-cookie-uploader

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

youtube-cookie-uploader

A Youtube 3rd Party Library that uses selenium and webdriver_manager

  • 0.5.1
  • PyPI
  • Socket score

Maintainers
1
from youtube_selenium_cookie import Youtube

upload_info = {
    "title": "rema calm down",
    "description": "Another banger",
    "video": "C:/Users/HP/Desktop/youtube automation video/channels/4th.mp4",
    "thumbnail": "",
    "category": "Music",
    "privacy": "Public",
    "tags": ["rema", "banger", "loudness", "music", "holiday"],
    "kids": False
}

Youtube("./cookies.json", upload_info, headless=True).upload()

This packages solely works on cookies. You can grab your cookies by installing edit-the-cookies chrome extension.

The only method available now is upload which uploads to your channel whose cookie you provided.

the video and thumbnail path must be absolute

feel free to make PRs. In case something breaks.

@Dataslid softwares

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc