Skip to content
forked from yusufusta/ytstudio

Unofficial Python API for Youtube Studio. Supports upload/edit/delete video without using any browser.

License

Notifications You must be signed in to change notification settings

utylee/ytstudio

Repository files navigation

Youtube Studio

Unofficial Async YouTube Studio API. Set of features limited or not provided by official YouTube API!

This is the Python version of this project. All thanks going to @adasq :)

Installation

You can install with PIP.

pip install ytstudio

Features

  • Async
  • Uploading Video (NOT LIMITED - official API's videos.insert charges you 1600 quota units)
  • Deleting Video
  • Edit Video

Examples

Note: You need cookies. Use an cookie manager(EditThisCookie) for needed cookies.

You need SESSION_TOKEN for (upload/edit/delete) video. How to get Session Token?

TO-DO

  • Better Documentation
  • Better Tests
  • More Functions

Author

Yusuf Usta, [email protected]

Note

This library is in no way affiliated with YouTube or Google. Use at your own discretion. Do not spam with this.

About

Unofficial Python API for Youtube Studio. Supports upload/edit/delete video without using any browser.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 99.9%
  • Shell 0.1%