:py:mod:`calliope.youtube` ========================== .. py:module:: calliope.youtube Package Contents ---------------- Classes ~~~~~~~ .. autoapisummary:: calliope.youtube.YoutubeContext Functions ~~~~~~~~~ .. autoapisummary:: calliope.youtube.get_channel_id calliope.youtube.export .. py:class:: YoutubeContext(api_key=None, caching=True) .. py:method:: authenticate() Authenticate to access public data. To access private data, you need to use OAuth2 rather than API key authorisation, using google_auth_oauthlib. .. py:function:: get_channel_id(api, username) .. py:function:: export(api, channel_id)