calliope.youtube

Classes

YoutubeContext

Functions

get_channel_id(api, username)

export(api, channel_id)

Package Contents

class calliope.youtube.YoutubeContext(api_key=None, caching=True)
caching = True
authenticate()

Authenticate to access public data.

To access private data, you need to use OAuth2 rather than API key authorisation, using google_auth_oauthlib.

calliope.youtube.get_channel_id(api, username)
calliope.youtube.export(api, channel_id)