Report Bug
·
Request Feature
·
Send a Pull Request
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.
-
Install All Dependencies
pip3 install -r requirements.txt
-
Get your Credentials and save it in
.env
https://console.cloud.google.com/apis/credentials
https://developer.spotify.com/dashboard/applications
-
Add redirect uri in the edit settings for spotify
-
Run the File
python3 main.py
-
Enter the playlist id and the name you want it to be on spotify
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.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Email - roshanlamichhanenepali@gmail.com
- 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