vimeo / vimeo.py

Official Python library for the Vimeo API.
https://developer.vimeo.com
Apache License 2.0
210 stars 84 forks source link

Add tus integration into upload #108

Closed peixian closed 6 years ago

peixian commented 6 years ago

What

This adds the ability to support tus uploads into the SDK.

Testing

I've been using:

import vimeo

v = vimeo.VimeoClient(token="<REDACTED>")
video_uri = v.upload_tus("./1.mov")

cc @kenyavs @vayam @vimeo/api