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