This project allows you to fetch your liked songs from Spotify, extract YouTube links, and download and convert them to MP3 format.
Follow these steps to set up and run the project:
-
Clone the repository to your local machine:
git clone https://github.com/your-username/TuneTorrent.git
-
Navigate to the project directory:
cd TuneTorrent
-
Install the required Python packages:
pip install -r requirements.txt
-
Create a Spotify Developer account and create a new application to get your API key.
-
Set up your Google developers project with YouTube API keys enabled. Store both the keys in your .env file or config file
-
Run the script:
python app.py
-
Follow the on-screen prompts to authenticate with Spotify and start the download process.
Note: The songs will be downloaded under the "Your Album" folder within the project directory.