We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d296e7 commit fbda0eaCopy full SHA for fbda0ea
README.md
@@ -12,7 +12,7 @@ sudo pip install youtube-python
12
## Using
13
```python
14
from youtube import API
15
-api = API(api_key='')
+api = API(client_id='', client_secret='', api_key='', access_token='optional')
16
```
17
18
## References https://developers.google.com/youtube/v3/docs/videos
0 commit comments