Skip to content

Public repo for a Python 2.7 wrapper for the Brightcove Analytics API

License

Notifications You must be signed in to change notification settings

RealSelf/brightcove-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A Python 2.7 wrapper for Brightcove's Analytics API.

Example Usage

from brightcove_api import Brightcove
import os

client_id = os.environ['BRIGHTCOVE_CLIENT']
client_secret = os.environ['BRIGHTCOVE_SECRET']

brightcove = Brightcove(client_id, client_secret)

brightcove.get_video_data(accounts, dimensions, fields, video_id, from_date)

For more details please refer to the Brightcove Analytics API documentation

About

Public repo for a Python 2.7 wrapper for the Brightcove Analytics API

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages