Metadata-Version: 2.1
Name: sc-scraper
Version: 0.1.0
Summary: Scraper for Soundcloud
Home-page: https://github.com/maximizzar/sc_scraper
Author: maximizzar
Author-email: mail@maximizzar.de
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: GNU Affero General Public License v3
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown

# Soundcloud Scraper
This tool is meant to get metadata from tracks.
Currently, it is only possible to get data from a specific Track.

## What Data?
The Default gets you the cover-art as jpg and the description as txt file.
With the --json flag you can also get following as json.

Instead of downloading files, links will be saved!
```
title: Required[str]
cover_art: Required[str]
genre: Required[str]
buy_link: str
description: Required[list[str]]
```
