Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/tn3w/spotofy

Spotofy is a free music player client without ads to listen to and download your favorite music.
https://github.com/tn3w/spotofy

flask music python spotify spotify-clone website

Last synced: 3 months ago
JSON representation

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

Awesome Lists containing this project

README

        

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
```bash
git clone https://github.com/tn3w/Spotofy
```
2. Go to the downloaded folder
```bash
cd Spotofy
```
3. Install all required packages
```bash
python3 -m pip install -r requirements.txt
```
Or create a virtual environment with python3-venv and install the packages
```bash
python3 -m venv .venv
.venv/bin/python -m pip install -r requirements.txt
```
4. Launch Spotofy
```bash
python3 main.py
```
Or with a virtual environment:
```bash
.venv/bin/python main.py
```


B. (Recommended for TOR users) Install via ZIP
1. [Click here](https://github.com/tn3w/Spotofy/archive/refs/heads/master.zip) to download the ZIP file as a normal user or [here](http://tn3wtor4vgnrimugptubpaqsf2gc4pcsktknkxt74w7p5yzbt7rwrkid.onion/projects/Spotofy?as_zip=1) [Mirror 1](http://tn3wvjimrn3hydx4u52kzfnkgu6kffef2js27ewlhdf5htulno34vqad.onion/projects/Spotofy?as_zip=1) [Mirror 2](http://tn3wtor7cfz3epmuetrhkj3mangjxqpd47lxxicfwwdwja6dwq6dbdad.onion/projects/Spotofy?as_zip=1) as a Tor user
2. Extract the downloaded ZIP packet with a packet manager or with the following command on Linux:
```bash
unzip Spotofy-master.zip -d Spotofy
```
Use the following if you downloaded it from the Tor Hidden Service:
```bash
unzip Spotofy.zip -d Spotofy
```
3. Go to the extracted folder
```bash
cd Spotofy
```
4. Install all required packages
```bash
python3 -m pip install -r requirements.txt
```
Or create a virtual environment with python3-venv and install the packages
```bash
python3 -m venv .venv
.venv/bin/python -m pip install -r requirements.txt
```
5. Launch Spotofy
```bash
python3 main.py -h
```
Or with a virtual environment:
```bash
.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