Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/tn3w/spotofy
- Owner: tn3w
- License: apache-2.0
- Created: 2023-09-12T11:27:53.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-06-19T04:46:32.000Z (8 months ago)
- Last Synced: 2024-06-19T12:12:16.006Z (8 months ago)
- Topics: flask, music, python, spotify, spotify-clone, website
- Language: HTML
- Homepage:
- Size: 399 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
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