A decentralized music tracking and discovery platform built on AT Protocol 馃幍 rocksky.app
spotify atproto lastfm musicbrainz scrobbling listenbrainz
99
fork

Configure Feed

Select the types of activity you want to include in your feed.

at setup-tracing 16 lines 265 B view raw
1SPOTIFY_CLIENT_ID= 2SPOTIFY_CLIENT_SECRET= 3 4SPOTIFY_ENCRYPTION_KEY= 5SPOTIFY_ENCRYPTION_IV= 6 7GOOGLE_CLIENT_ID= 8GOOGLE_CLIENT_SECRET= 9 10XATA_POSTGRES_URL= 11 12JWT_SECRET= 13 14JETSTREAM_SERVER=wss://jetstream2.us-east.bsky.network 15 16SCROBBLER_ORIGIN_URL="http://localhost:7882"