A new package that helps Spotify users securely back up their music library. By accepting simple text inputs that describe a user’s playlists, liked tracks, and saved albums, the tool generates a clea
Project description
Spotify Backup Helper
A package that helps Spotify users securely back up their music library.
Overview
By accepting simple text inputs that describe a user's playlists, liked tracks, and saved albums, the tool generates a clean, structured response—such as a JSON-formatted backup plan—detailing what data should be exported, how to organize it, and step-by-step instructions for safely storing the information.
Installation
pip install spotify-backup-helper
Usage
from spotify-backup-helper import spotify_backup_helper
user_input = "Backup my favorite artists and albums"
response = spotify_backup_helper(user_input)
print(response)
You can also pass your own LLM instance (e.g. OpenAI, Anthropic, Google GenAI) by passing it to the function:
from langchain_openai import ChatOpenAI
from spotify-backup-helper import spotify_backup_helper
llm = ChatOpenAI()
response = spotify_backup_helper(user_input, llm=llm)
print(response)
If you want to use higher rate limits for LLM7, you can pass your own API key via environment variable LLM7_API_KEY or directly to the function:
os.environ['LLM7_API_KEY'] = 'your_api_key'
response = spotify_backup_helper(user_input)
or
response = spotify_backup_helper(user_input, api_key='your_api_key')
You can get a free API key by registering at https://token.llm7.io/
Developer Info
Author: Eugene Evstafev Author email: hi@eugene.plus GitHub: https://github.com/chigwell
License
MIT License
Copyright (c) 2023 Eugene Evstafev
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file spotify_backup_helper-2025.12.20185210.tar.gz.
File metadata
- Download URL: spotify_backup_helper-2025.12.20185210.tar.gz
- Upload date:
- Size: 4.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
59070a6364d810c61140d1da33057a3ca8ce1256d9849692d7bdc4b953e2c7c5
|
|
| MD5 |
008d8327b8a3a18e917a389928faee10
|
|
| BLAKE2b-256 |
0cf7037f07328eb9b1947599bbd7578ed1e11ca41c3caf4696a7761f96cbb10f
|
File details
Details for the file spotify_backup_helper-2025.12.20185210-py3-none-any.whl.
File metadata
- Download URL: spotify_backup_helper-2025.12.20185210-py3-none-any.whl
- Upload date:
- Size: 5.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
419b376e268340b4f30c91290cbedfb82e09aac45afca502a0648936550cd92a
|
|
| MD5 |
bf3d9b71559618637adb8e3be5c051ab
|
|
| BLAKE2b-256 |
96cab25e8f6c31a0a460efc60594e0d6ce315ab6a21eb31436ad405f780bb1b6
|