Skip to main content

A python wrapper for the Soundcloud Chart API

Project description

soundcloud-charts-api

A python wrapper for the Soundcloud Charts API.

NOTE: This is a wrapper for a public, undocumented API.

Getting Started

Documentation

Find full documentation of the project here: https://soundcloud-charts-api.readthedocs.io

Dependencies

Installing

python setup.py install

or

pip install soundcloud-charts-api

Example

from soundcloudcharts import SoundCloudCharts

sc = SoundCloudCharts()
chart_data = sc.get_chart(region='us', limit=10)

for i, item in enumerate(chart_data['collection']):
    print('{0}: {1} - {2}'.format(str(i+1), 
                                  item['track']['user']['username'], 
                                  item['track']['title']))

API Parameters

KIND:

  • top
  • trending (New & Hot)

GENRE:

  • all-music
  • all-audio
  • alternativerock
  • ambient
  • classical
  • country
  • danceedm
  • dancehall
  • deephouse
  • disco
  • drumbass
  • dubstep
  • electronic
  • folksingersongwriter

REGION:

  • au (Australia)
  • ca (Canada)
  • fr (France)
  • de (Germany)
  • ie (Ireland)
  • nl (Netherlands)
  • nz (New Zealand)
  • gb (Great Britain)
  • us (United States)

Versioning

  • v1.0.1 - Initial Release - 08/18/2019
  • v1.0.2 - Fixed bug when using proxies - 08/19/2019

Authors

License

This project is licensed under the MIT License - see the LICENSE.txt file for details

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

soundcloud-charts-api-1.0.2.tar.gz (4.2 kB view hashes)

Uploaded Source

Built Distribution

soundcloud_charts_api-1.0.2-py3-none-any.whl (5.7 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