You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
By setting up a Developer account and creating your own credentials (like keys), you are ensuring that the app connects to your account in a safe way without sharing your login details with anyone. It gives you full control over what the app can access and helps keep your Spotify account secure.
40
+
37
41
1. Create a new app: https://developer.spotify.com/dashboard
38
42
2. Set "Redirect URI" to `http://localhost:8888/callback`
39
43

@@ -53,6 +57,25 @@ Download the latest version from the [releases page](https://github.com/abhishek
53
57
>
54
58
> **Linux**: You need to run the app from terminal, if you want the to know the progress of the transfer.
55
59
60
+
**Using pip or [pipx](https://github.com/pypa/pipx#install-pipx):**
file file path to store the json (Default: ytmusic-oauth.json)
181
+
182
+
options:
183
+
-h, --help show this help message and exit
184
+
-b, --open-browser open browser for OAuth login (Default: True)
185
+
```
186
+
152
187
### Examples
153
188
154
189
Sample Playlist: Pop Certified ([YouTube Music](https://music.youtube.com/playlist?list=RDCLAK5uy_lBNUteBRencHzKelu5iDHwLF6mYqjL-JU) to [Spotify](https://open.spotify.com/playlist/6DyIxXHMwuEMbsfPTIr9C8))
0 commit comments