mirror of
https://github.com/MCV-Software/TWBlue.git
synced 2024-11-23 03:38:08 -06:00
23 lines
426 B
Python
23 lines
426 B
Python
from __future__ import unicode_literals
|
|
def get_api_key():
|
|
return "8pDLbyOW3saYnvSZ4uLFg\0"
|
|
|
|
def get_api_secret():
|
|
return "YsgdrzY9B4yyYvYsyee78rKI3GshjHpenVS9LnFJXY\0";
|
|
|
|
#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";
|
|
#}
|