Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 463 Bytes

File metadata and controls

18 lines (14 loc) · 463 Bytes

soundcli - SoundCloud command-line client

soundcli is a fast way to search, play and download songs from SoundCloud. It is written in Python and makes use of the following command-line-tools:

  • Sacad
  • LAME
  • MPV

Installation

git clone https://git.koyu.space/koyu/soundcli
cd soundcli
sudo pip2 install -r requirements2.txt
sudo pip3 install -r requirements3.txt
sudo cp soundcli.py /usr/local/bin/soundcli
sudo chmod +x /usr/local/bin/soundcli