Skip to content

muhammedfurkan/soundcloudcli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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