Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
Arhoc opened this issue Aug 24, 2023 · 1 comment

Comments

@Arhoc
Copy link

Arhoc commented Aug 24, 2023

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
Copy link
Owner

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.

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

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants