/PlaylistTransfer

Transfer Your Spotify Playlists to Youtube

Primary LanguagePython

A Simple Website to transfer your playlist from spotify to youtube account using Google Oauth Flask selenium for webscraper and AWS Lambda for deploying the scraper

Login Page: image

Home Page: image

After entering Link and clicking on transfer: image

After Succesfully transferring: image

To build locally first go to google dev console get oauth credentials for your project to enable login You'll get a clients_secret.json like this: image

Add this to the .env variable also deploy the lambda project on AWS lambda create function uri and paste them all in .env

image

After putting all credentials first go to frontend directory:

  1. npm run build
  2. npm run start

Simultaneously open a new terminal and go to backend directory:

  1. pip install -r requirements.txt
  2. python wsgi.py

The project should work