/spotdl-ts

spotify downloader in typescript

Primary LanguageTypeScriptMIT LicenseMIT

spotdl-ts

This is a project to download spotify playlists given a spotify playlist id, a spotify api client key, and client secret.

This project downloads from youtube, and uses two different APIs; cobalt and Invidious; to do so.

Building with Bun

To install dependencies:

bun install

To run:

bun run index.ts

This project was created using bun init in bun v1.1.6. Bun is a fast all-in-one JavaScript runtime.