Skip to content

jaymzcd/django-soundcloud

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Django Soundcloud Feed

logo

A django app for pulling in content from soundcloud and storing data locally.

Requirements

This uses the following third party libraries:

Installation

  • Add soundcloudfeed to your INSTALLED_APPS
  • Include soundcloud urls.py
  • Run syncdb to create the tables
  • Set your SOUNDCLOUD_ACCESS_TOKEN in settings.py
  • Run management command sync_soundcloud to pull in data

A copy of the original artwork image is stored locally under your filebrowser upload directory within soundcloud.

Getting an access token

You must first create an application on Soundcloud with your user. To get a permananet token you can go to the auth view of the app and follow the instructions.

Creds

More at udox.

Contributions

Thoughts, support, modifications from the team at UDOX.

About

Sync and make use of SoundCloud tracks via their API with django models & management commands

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages