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
After entering Link and clicking on transfer:
After Succesfully transferring:
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:
Add this to the .env variable also deploy the lambda project on AWS lambda create function uri and paste them all in .env
After putting all credentials first go to frontend directory:
- npm run build
- npm run start
Simultaneously open a new terminal and go to backend directory:
- pip install -r requirements.txt
- python wsgi.py
The project should work