Skip to content

Fork (Steal) any Spotify playlist and make it your own! Yoinkify lets you log in, grab a playlist, and customize it to your liking. This app is your ultimate vibe-stealing toolkit.

License

Notifications You must be signed in to change notification settings

icebelly29/Yoinkify

Repository files navigation

Yoinkify - Spotify Playlist Forker

Project Structure

yoinkify/
│
├── static/
│   └── spotify.png
│   └── yoinkifav.png 
│   └── css/
│       └── tailwind.css
├── templates/
│   ├── base.html
│   ├── home.html
│   ├── login.html
│   ├── preview.html
│   └── success.html
│
├── app.py
├── spotify_utils.py
├── requirements.txt
└── README.md

Setup Instructions

  1. Create a virtual environment
python -m venv venv
venv\Scripts\activate
  1. Install dependencies
pip install flask spotipy python-dotenv
pip install tailwindcss
  1. Spotify Developer Configuration
SPOTIFY_CLIENT_ID=your_client_id
SPOTIFY_CLIENT_SECRET=your_client_secret
SPOTIFY_REDIRECT_URI=http://localhost:5000/callback
SECRET_KEY=your_flask_secret_key
  1. Run the application
python app.py

Notes

  • Ensure you have Python 3.8+ installed
  • Keep your Spotify credentials confidential
  • This app requires user interaction with Spotify's OAuth flow

About

Fork (Steal) any Spotify playlist and make it your own! Yoinkify lets you log in, grab a playlist, and customize it to your liking. This app is your ultimate vibe-stealing toolkit.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published