Giter Site home page Giter Site logo

tn3w / spotofy Goto Github PK

View Code? Open in Web Editor NEW
3.0 2.0 0.0 407 KB

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

License: Apache License 2.0

Python 42.99% HTML 57.01%
flask music python spotify spotify-clone website

spotofy's Introduction

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

spotofy's People

Contributors

tn3w avatar

Stargazers

 avatar  avatar  avatar

Watchers

Kostas Georgiou avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.