2019-06-06 11:52:23 -05:00
|
|
|
from __future__ import unicode_literals
|
2015-04-03 16:57:08 -06:00
|
|
|
def get_api_key():
|
2021-06-16 16:18:41 -05:00
|
|
|
return "8pDLbyOW3saYnvSZ4uLFg\0"
|
2015-04-03 16:57:08 -06:00
|
|
|
|
|
|
|
def get_api_secret():
|
2021-06-16 16:18:41 -05:00
|
|
|
return "YsgdrzY9B4yyYvYsyee78rKI3GshjHpenVS9LnFJXY\0";
|
2015-04-03 16:57:08 -06:00
|
|
|
|
|
|
|
#char *get_dropbox_api_key(){
|
|
|
|
#return "key\0";
|
|
|
|
#}
|
|
|
|
#char *get_dropbox_api_secret(){
|
|
|
|
#return "secret_key\0";
|
|
|
|
#}
|
|
|
|
#char *get_twishort_api_key(){
|
|
|
|
#return "key\0";
|
|
|
|
#}
|
|
|
|
#char *get_bts_user(){
|
|
|
|
#return "user\0";
|
|
|
|
#}
|
|
|
|
#char *get_bts_password(){
|
|
|
|
#return "pass\0";
|
|
|
|
#}
|