semenInRussia / FreeSpotify_back

You are can download top rock tracks from db rocknations.su with info of Spotify with FreeSpotify!!!!!!!!!!!!!!
2 stars 0 forks source link

/usr/bin/python3: can't find '__main__' module in '/home/arhoc/Descargas/FreeSpotify_back' #1

Open Arhoc opened 1 year ago

Arhoc commented 1 year ago

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'

semenInRussia commented 1 year ago

Ok.

I changed README.md (it was wrong). But some notes for you:

  1. 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.

  2. 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

  3. 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)