Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
RegsonDR authored Nov 8, 2022
1 parent 1d9f5c1 commit ae8539c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ Your refresh token is: somerefreshtokenhere
* **day** (optional) - Index day of the week you want the playlist copied, e.g 0 for Monday, 4 for Friday. Leave this key out if you want daily execution.
* **source** (required) - The temporary spotify playlist ID you want to copy.
* **target** (required) - The permanent spotify playlist ID you want to copy to.
3. After you're done populating the dictionary, execute the [playlist_config_builder.py](/setup/playlist_config_builder.py) script and it will give you a stringified version of your configuration.
3. After you're done populating the dictionary, execute the [playlist_config_builder.py](/setup/playlist_config_builder.py) script and it will give you a stringified json of your configuration.

Example:
```
Expand All @@ -75,7 +75,7 @@ $python multi_playlist_builder.py
* **CLIENT_ID** - Use the same Client ID from your `.env`.
* **CLIENT_SECRET** - Use the same Client Secret from your `.env`
* **REFRESH_TOKEN** - Use the refresh token generated in the [(3.7) Spotify API Credentials](#3-spotify-api-credentials) instructions above.
* **PLAYLISTS_CONFIG** - Use the stringified configuration created in [(4.3) Playlist Configuration](#4-playlist-configuration) instructions above.
* **PLAYLISTS_CONFIG** - Use the stringified json created in [(4.3) Playlist Configuration](#4-playlist-configuration) instructions above.

![image](https://user-images.githubusercontent.com/32569720/200585494-7125568c-fe49-40a6-849b-13f092a01451.png)
---
Expand Down

0 comments on commit ae8539c

Please sign in to comment.