You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I changed README.md (it was wrong). But some notes for you:
The name of project (freespotify) is lie.
It doesn't provide spotify UI free, instead provide useful library (IMHO) to fetch info about must (like artist top, tracks of album, album release date) inside Python + API for it + Telegram bot. But it isn't wrapper around spotify API. Spotify is only one of music fetchers (other ones are rocknation and music from directory), FreeSpotify_back is cool (IMHO), because it allow to use rocknation + spotify at one time, using both APIs + really easy to add new fetchers.
FreeSpotify_back now is beta-beta-beta state, I am going to add a big amount of features in the future like:
asynchronism
fetch lyrics too
more normal documentation
more functions for Telegram
Note that fetch an artist top take about 30secs (it's not OK (IMHO), ever for Python). In the future fetching of every track of top will be done at the time using asynchronism and it will take a bit lesser time
to use spotify u should specify the token, it didn't documented, so it's really hard, GOOD LUCK!
If you really need to high level library for Music Tracks for Python, then it a normal choice (but better to see alternatives, but it still OK)
Yup, i did clone and install the requirements.txt, but...
┌──(arhoc㉿Kali)-[~/Descargas/FreeSpotify_back]
└─$ python3 . runserver
/usr/bin/python3: can't find 'main' module in '/home/arhoc/Descargas/FreeSpotify_back'
The text was updated successfully, but these errors were encountered: