https://github.com/artyuum/spotify-auto-like
Add all tracks from your Spotify albums to your "Liked Songs" playlist.
https://github.com/artyuum/spotify-auto-like
spotify spotify-api spotify-library
Last synced: about 2 months ago
JSON representation
Add all tracks from your Spotify albums to your "Liked Songs" playlist.
- Host: GitHub
- URL: https://github.com/artyuum/spotify-auto-like
- Owner: artyuum
- Created: 2024-04-30T21:32:44.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-08-08T14:05:46.000Z (10 months ago)
- Last Synced: 2025-04-12T21:46:35.571Z (about 2 months ago)
- Topics: spotify, spotify-api, spotify-library
- Language: Dart
- Homepage:
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# spotify-auto-like
This script addresses a common frustration among Spotify users by automating the process of adding/liking individual songs when an album is added to the library. That way, you can shuffle your whole library through the "Liked Songs" playlist.
This script is fully functional, but soon I'll release cross-platform binaries to make it easier to execute without requiring any external dependencies.
## Usage
```
make bash
dart pub get
dart run
```An URL will appear, you will need to click on it to authorize the application which only needs these two permissions from your account:
- read your library *(to get a list of the currently saved tracks in order to avoid making useless requests)*
- modify your library *(to save tracks that are not in this playlist yet)*