Python wrapper for the Brightcove read-only API.
from brightcove.api import Brightcove
TOKEN = 'myreadonlytoken.'
b = Brightcove(TOKEN)
videos = b.find_all_videos()To use within an XBMC addon, add the following line to the <requires> tag in your addon.xml:
<import addon="script.module.brightcove"/>See: