Skip to content

gregmccoy/sproutvideo-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sproutvideo-python

Python wrapper from sproutvideo API

Install

sproutvideo-python can be installed using pip with the following command

pip install git+https://github.com/gregmccoy/sproutvideo-python

Usage

from sprout.client import SproutClient

sprout = SproutClient("TOKEN")
    
# Get videos
response = sprout.video.get()


#Upload video
response = sprout.upload_video("/path/to/video.mp4", title="Title!")

#Get tags
response = sprout.tag.get()

#Create tags
response = sprout.tag.get()
    

About

Python wrapper from sproutvideo API

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages