Skip to main content

Download SoundCloud tracks easily

Project description

Soundy

A light-weight SoundCloud package to download and scrape tracks.

Installation

you can install Soundy from PyPI:

pip install soundy

soundy is tested on python 3.7

Usage

Soundy is a command line application, You can download a specific track using the following command

python -m soundy --url track-url-here --path path-here

the default download path is the directory which you run the command from

You can also use Soundy in your own Python code, by importing from the soundy package:

>>> from soundy import soundy
>>> soundy.download_track(url = "url", path = r"path")

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

soundy-1.0.2.tar.gz (4.7 kB view hashes)

Uploaded Source

Built Distribution

soundy-1.0.2-py3-none-any.whl (6.5 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page