Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bscholer/spotify-tools
Generate monthly Spotify playlists with creative names, based on what songs you like during a given month
https://github.com/bscholer/spotify-tools
Last synced: 20 days ago
JSON representation
Generate monthly Spotify playlists with creative names, based on what songs you like during a given month
- Host: GitHub
- URL: https://github.com/bscholer/spotify-tools
- Owner: bscholer
- Created: 2022-10-05T15:17:23.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-11-29T04:06:12.000Z (about 2 years ago)
- Last Synced: 2024-12-17T01:25:04.691Z (23 days ago)
- Language: Python
- Size: 76.2 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Spotify Tools 🤖
A collection of tools for automating Spotify playlist tasks
## Period Playlists
Period playlists are playlists that are created on a regular basis, and are populated with songs from your liked
songs. You can then specify how often new playlists are created, and how many songs are added to the playlist.Period options are:
* `daily`
* `weekly`
* `monthly`
* `yearly`Playlist names can be customized with [`{date injections}`](/example/#date-injections) and an [`|alliteration|`](#alliterations), resulting in depressing names like "22 Anxious April".
The aim is to allow as much customization as possible, so you can **specify the playlist name**, **description**, **date key**, and even the **alliteration word list**.
## Running
### Prerequisites
* Docker
* Python### Generate a Spotify API token
1. Go to the [Spotify Developer Dashboard](https://developer.spotify.com/dashboard/applications)
2. Create a new application
3. Click "Edit Settings" and add `http://localhost:8080` to the "Redirect URIs" list
4. Click "Show Client Secret" and copy the value
5. Click "Copy" to copy the Client ID
6. Run `python3 generate_token.py` and paste the Client ID and Client Secret when prompted
7. Follow the link in the output and paste the code when prompted