https://github.com/pablopunk/exportify
Save all your Spotify music as mp3 files from youtube
https://github.com/pablopunk/exportify
Last synced: 10 months ago
JSON representation
Save all your Spotify music as mp3 files from youtube
- Host: GitHub
- URL: https://github.com/pablopunk/exportify
- Owner: pablopunk
- Created: 2021-07-12T22:30:14.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-07-14T15:05:59.000Z (almost 5 years ago)
- Last Synced: 2025-06-18T08:50:13.332Z (12 months ago)
- Language: TypeScript
- Homepage: https://github.com/pablopunk/exportify
- Size: 605 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Exportify
> Export your saved Spotify songs as Youtube videos (just links for now)
## Usage
You need a Spotify Developer account. [Go here](https://developer.spotify.com/dashboard/) to get one.
- Create a spotify-api app

- Name it whatever you want and click Create

- Edit the settings to add a callback URL (http://localhost:3000)


- Copy the tokens


- Now clone this repo and create an `.env` file
```bash
git clone https://github.com/pablopunk/exportify
cd exportify
touch .env
```
- Modify the `.env` to reflect the tokens you copied before from Spotify
```
SPOTIFY_CLIENT_ID=...
SPOTIFY_SECRET=...
```
- Now install the dependencies and run this project:
```
npm install
npm run dev
```
- Visit [localhost:3000](http://localhost:3000)

