ugroot / GROOT

GROOT: Welcome to my source code, I'm your personal assistant
Mozilla Public License 2.0
27 stars 28 forks source link

Music Integration (SoundCloud) #49

Open plusminuschirag opened 5 years ago

plusminuschirag commented 5 years ago

Addition of soundcloud to Groot so user can listen to music via Groot. No need to visit official sites again and again.

omi10859 commented 5 years ago

It would be better to integrate Spotify. They can some cool integrations and most people use Spotify. Make use everything works over voice.

plusminuschirag commented 5 years ago

Spotify need premium subscription first for that.

omi10859 commented 5 years ago

well, some features are for premium while others are free. You can use this https://github.com/plamere/spotipy

plusminuschirag commented 5 years ago

It allows only 30 sec of music to be played from tracks. So no full music.

We can use pyspotify for that but it won't work for windows. It has support for osx and linux only.

You can check it here

lalitmee commented 5 years ago

But if pyspotify doesn't support windows, I don't think we can use it. :thinking:

plusminuschirag commented 5 years ago

What if we use selenium and automate it? That way user can log in and listen to all of the tracks. We can save user-id and password permanently. Listen to all tracks

plusminuschirag commented 5 years ago

Any update?