meespot

Rating: 
0
No votes yet

i tried to create spotify with claude "ai" bsed on librespot in python. i couldn't test login with password. if one has created the account with a google account or facebook account i could only get it to work with a cookie from the browser on the pc. you may have to run "/opt/wunderw/bin/python3.11 -m pip install /opt/meespot/wheels/pycryptodomex-3_23_0-cp37-abi3-li
nux_armv7l.whl " and  "/opt/wunderw/bin/python3.11 -m pip install librespot". you can run this command, after you got sp_dc, sp_key and __Host-device_id without quotes: "wget -O - --post-data='{"cookies":"sp_dc=...; sp_key=...; __Host-device_id=..."}' --header="Content-Type: application/json" http://127.0.0.1:18889/login/"

Firefox (Desktop)

  1. Open Firefox and go to https://open.spotify.com
  2. Log in with your Spotify account (Facebook/Google/Apple login works here)
  3. Press F12 to open Developer Tools
  4. Click the Storage tab
  5. In the left sidebar, expand Cookies
  6. Click on https://open.spotify.com
  7. Find the cookie named sp_dc
  8. Double-click the Value column to select it
  9. Copy the value (Ctrl+C)
  10. In MeeSpot, paste as: sp_dc=YOUR_COPIED_VALUE

Chrome (Desktop)

  1. Open Chrome and go to https://open.spotify.com
  2. Log in with your Spotify account
  3. Press F12 to open Developer Tools
  4. Click the Application tab
  5. In the left sidebar, find Storage → Cookies
  6. Click on https://open.spotify.com
  7. Find the cookie named sp_dc
  8. Double-click the Value column to select it
  9. Copy the value (Ctrl+C)
  10. In MeeSpot, paste as: sp_dc=YOUR_COPIED_VALUE

Using a Cookie Extension (Easiest)

Recommended: Cookie-Editor

  1. Install Cookie-Editor extension:
  2. Go to https://open.spotify.com and log in
  3. Click the Cookie-Editor icon in your browser toolbar
  4. Find the cookie named sp_dc
  5. Click on it to see the value
  6. Copy the value
  7. In MeeSpot, paste as: sp_dc=YOUR_COPIED_VALUE

Keywords:

Application versions: 
AttachmentSizeDate
File meespot_2.0.67_armel.deb1.63 MB30/12/2025 - 15:27

Comments

pherjung's picture

Why not contribute to https://github.com/sailfish-spotify/hutspot/? It already uses librespot ;)

aviarus's picture

because it is for sfos and i wanted a client on meego. but you may use from it what you want.