theTrack is a Flask application that tries to find the "best" track of an artist (according to Soundcloud users).
Application demo: http://thetrack.pythonanywhere.com/
pip install -r requirements.txt
Sign up (if not already) on soundcloud.com and go to http://soundcloud.com/you/apps to register a new application. Then, get your Client ID and create a file in project root called credentials.py with a variable called id holding your Client ID string.
# API credential
id='YOUR_CLIENT_ID'
- ✅ Search by artist name and get the best track
- ✅ Search by artist soundcloud URL
- ✅ Suggest similar artists
- ✅ Discovery Mode (Play tracks of similar artists automatically)