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
3.**Create an app on Spotify Developer Dashboard:**
21
-
- Go to [Spotify Developer Dashboard](https://developer.spotify.com/dashboard).
22
-
- Set a name and description for your app.
23
-
- In the "Redirect URIs" field, use: `http://localhost:3000/callback` (for example).
21
+
3.**Set up Client ID, Client Secret and Redirect URI:**
24
22
25
-
4.**Configure your credentials:**
26
-
- Replace `CLIENT_ID`, `CLIENT_SECRET`, and `REDIRECT_URI` in the `config.cfg.RENAME` file.
27
-
- These values can be found in the "Settings" section of your app on the Spotify Developer Dashboard.
28
-
29
-
6.**Rename `config.cfg.RENAME` to `config.cfg`**
23
+
The first time you run exportify-cli, it will guide you through the setup:
24
+
```
25
+
1. Go to Spotify Developer Dashboard (https://developer.spotify.com/dashboard).
26
+
2. Create a new app.
27
+
3. Set a name and description for your app.
28
+
4. Add a redirect URI (e.g. http://localhost:8080).
29
+
```
30
30
31
-
After running `python exportify.py` the first time, it should keep you authenticated so you don't have to log in each time. If you wish to log out, simply remove the `.cache` file.
31
+
After running `python exportify-cli.py` or `exportify-cli.exe` the first time, it should keep you authenticated so you don't have to log in each time. If you wish to log out, simply remove the `.cache` file.
0 commit comments