Python wrapper for the Brightcove read-only API.
from brightcove.api import Brightcove
TOKEN = 'myreadonlytoken.'
b = Brightcove(TOKEN)
videos = b.find_all_videos()See:
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Python wrapper for the Brightcove read-only API.
from brightcove.api import Brightcove
TOKEN = 'myreadonlytoken.'
b = Brightcove(TOKEN)
videos = b.find_all_videos()See: