Skip to content

Commit

Permalink
Merge pull request #301 from TheKevJames/master
Browse files Browse the repository at this point in the history
docs(readme): add more info to login section
  • Loading branch information
trizen authored Feb 17, 2020
2 parents 79096e2 + dd3354f commit 2d4a97d
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,8 +99,10 @@ Starting with version 3.7.4, youtube-viewer provides the `~/.config/youtube-view
}
```

* Replace `API_KEY` with your YouTube API key. Create a new key [here](https://console.developers.google.com/apis/dashboard).
* Replace `CLIENT_ID` and `CLIENT_SECRET` with your native client ID and client secret values, by creating a new OAuth 2.0 Client ID [here](https://console.developers.google.com/apis/api/youtube.googleapis.com/credentials).
* Prerequisite: you must create a Google Platform project. Following the below steps should prompt you to create one if you do not already have one.
* Enable the YouTube Data v3 API on your project: [navigate here](https://console.developers.google.com/apis/library/youtube.googleapis.com) and click "Enable" (if you see a blue "Manage" button, its already enabled).
* Replace `API_KEY` with your YouTube API key. Create a new key [here](https://console.developers.google.com/apis/credentials) by clicking on "Create Credentials" > "API Key".
* Replace `CLIENT_ID` and `CLIENT_SECRET` with your native client ID and client secret values, by creating a new OAuth 2.0 Client ID [here](https://console.developers.google.com/apis/api/youtube.googleapis.com/credentials): click "Create Credentials" > "OAuth client ID", then select "Other".

See also: https://github.com/trizen/youtube-viewer/issues/285

Expand Down

0 comments on commit 2d4a97d

Please sign in to comment.