roshanlam / SpotMusicGen

A Program that creates a Spotify playlist from a YouTube Playlist

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Forks Stargazers Issues


Logo

SpotMusicGen (Master Branch)


Report Bug · Request Feature · Send a Pull Request

Table of Contents

About The Project

Hasn't there been a time when you listened to song but didn't want to do the work to put that song on your spotify playlist. Cause that happened to me and I wanted to slove it and this is my solution. What SpotMusicGen does is it takes all of the liked songs from your youtube channel and generates a spotify playlist.

SetUp

  1. Install All Dependencies pip3 install -r requirements.txt

  2. Get your Credentials and save it in .env

https://console.cloud.google.com/apis/credentials

https://developer.spotify.com/dashboard/applications

  1. Add redirect uri in the edit settings for spotify

  2. Run the File python3 main.py

  3. Enter the playlist id and the name you want it to be on spotify

Contributing

Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are extremely appreciated.

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

Contact

Email - roshanlamichhanenepali@gmail.com

ToDo

  • Tests
  • Add Error Handling
  • Add a feature for Soundcloud
  • Add a Voice Assistant that will play/stop/repeat music for you while you are coding

About

A Program that creates a Spotify playlist from a YouTube Playlist

License:GNU General Public License v3.0


Languages

Language:Python 98.3%Language:Shell 1.7%