Import your Last.fm and Spotify listening history to the AT Protocol network using the fm.teal.alpha.feed.play lexicon.
0
fork

Configure Feed

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

chore: be more specific about client

+1 -1
+1 -1
src/config.ts
··· 17 17 export const RECORD_TYPE = 'fm.teal.alpha.feed.play'; 18 18 19 19 // Client agent 20 - export const CLIENT_AGENT = 'lastfm-importer/v0.3.0'; 20 + export const CLIENT_AGENT = `lastfm-importer/v0.3.0 (${process.platform}; Node/${process.version})`; 21 21 22 22 // Default batch configuration - aggressive defaults for maximum speed 23 23 // Will dynamically adjust based on success/failure