Skip to content

piqoni/thetrack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

theTrack

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/

Installation

Install requirements

pip install -r requirements.txt

Soundcloud API credentials

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'

Features / TODO

  • ✅ 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)

About

Flask app to find the "best" track of an artist

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages