Thread: SoundKloud
View Single Post
Old 12-06-2012, 10:28 PM   #66
eureka
but forgot what it's like
eureka ought to be getting tired of karma fortunes by now.eureka ought to be getting tired of karma fortunes by now.eureka ought to be getting tired of karma fortunes by now.eureka ought to be getting tired of karma fortunes by now.eureka ought to be getting tired of karma fortunes by now.eureka ought to be getting tired of karma fortunes by now.eureka ought to be getting tired of karma fortunes by now.eureka ought to be getting tired of karma fortunes by now.eureka ought to be getting tired of karma fortunes by now.eureka ought to be getting tired of karma fortunes by now.eureka ought to be getting tired of karma fortunes by now.
 
Posts: 741
Karma: 2345678
Join Date: Dec 2011
Location: north (by northwest)
Device: Kindle Touch
Quote:
Originally Posted by qlob View Post
Maybe we could have a devel release? We might need to remove the secret client id from the file though...
I suggest requiring a settings file from user, like soundcloud.ini:
Code:
[soundkloud]
id = USER_API_ID
secret = USER_API_SECRET
It's really easy to read ini files in Python with built-in ConfigParser.

Then you'll lose a neccessity to store private, sensitive information in repository.
eureka is offline   Reply With Quote