Skip to content
/ Spotofy Public

Spotofy is a free music player client without ads to listen to and download your favorite music.

License

Notifications You must be signed in to change notification settings

tn3w/Spotofy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Screenshot of Spotofy

Backup 1 Backup 2 Backup 3

Spotofy


Spotofy is a free music player client without ads to listen to and download your favorite music.



🚀 Installation

A. Use git

  1. Use the following command to download Spotofy
    git clone https://github.com/tn3w/Spotofy
  2. Go to the downloaded folder
    cd Spotofy
  3. Install all required packages
    python3 -m pip install -r requirements.txt
    Or create a virtual environment with python3-venv and install the packages
    python3 -m venv .venv
    .venv/bin/python -m pip install -r requirements.txt
  4. Launch Spotofy
    python3 main.py
    Or with a virtual environment:
    .venv/bin/python main.py

B. (Recommended for TOR users) Install via ZIP

  1. Click here to download the ZIP file as a normal user or here Mirror 1 Mirror 2 as a Tor user
  2. Extract the downloaded ZIP packet with a packet manager or with the following command on Linux:
    unzip Spotofy-master.zip -d Spotofy
    Use the following if you downloaded it from the Tor Hidden Service:
    unzip Spotofy.zip -d Spotofy
  3. Go to the extracted folder
    cd Spotofy
  4. Install all required packages
    python3 -m pip install -r requirements.txt
    Or create a virtual environment with python3-venv and install the packages
    python3 -m venv .venv
    .venv/bin/python -m pip install -r requirements.txt
  5. Launch Spotofy
    python3 main.py -h
    Or with a virtual environment:
    .venv/bin/python3 main.py -h

📖 Targets

  • Approximately the same functionality as Spotify
  • Supplement music library with YouTube
  • Free of charge / Open Source
  • Use as few Api keys as possible

About

Spotofy is a free music player client without ads to listen to and download your favorite music.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published