Add YouTube tutorial
23
docs/how_to_get_youtube_api_key.md
Normal file
@ -0,0 +1,23 @@
|
||||
# How to get YouTube API Key
|
||||
|
||||
1. Navigate to https://console.developers.google.com
|
||||
2. Click `Select a project`.
|
||||

|
||||
3. Click `New project`.
|
||||

|
||||
4. Give it a name and click `Create` button.
|
||||

|
||||
5. Click `Library`, find and click on `YouTube Data API v3` box.
|
||||

|
||||
6. Click `Enable`.
|
||||

|
||||
5. Click `Credentials`.
|
||||
6. Click `Create credentials`.
|
||||
7. Select `API key`.
|
||||

|
||||
8. Copy token to your CLI's configuration file.
|
||||

|
||||
```toml
|
||||
[tokens]
|
||||
youtube = "AIzaSyD4w2s-k79YNR98ABC"
|
||||
```
|
BIN
docs/img/youtube_copy_token.png
Normal file
After Width: | Height: | Size: 55 KiB |
BIN
docs/img/youtube_create_api_key.png
Normal file
After Width: | Height: | Size: 120 KiB |
BIN
docs/img/youtube_dashboard.png
Normal file
After Width: | Height: | Size: 101 KiB |
BIN
docs/img/youtube_data_api_enable.png
Normal file
After Width: | Height: | Size: 76 KiB |
BIN
docs/img/youtube_data_api_v3.png
Normal file
After Width: | Height: | Size: 41 KiB |
BIN
docs/img/youtube_new_project.png
Normal file
After Width: | Height: | Size: 50 KiB |
BIN
docs/img/youtube_select_project.png
Normal file
After Width: | Height: | Size: 54 KiB |