-
Notifications
You must be signed in to change notification settings - Fork 127
/
config.ini
76 lines (68 loc) · 1.5 KB
/
config.ini
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
[APPLICATION]
version = 0.1.0
update_check = True
[USER]
name =
gender =
age =
birthday = dd/mm/yyyy
city =
state =
country =
zipcode =
[SYSTEM]
assistant_name = Stephanie
welcome_message = How may I help you?
wake_up_engine = False
wake_up_command = Stephanie wake up
greet_engine = True
always_on_engine = False
[STT]
initial_stt_engine = google
master_stt_engine = google
[STT_KEYS]
google_speech_api =
google_cloud_speech_api =
bing_speech_api =
wit.ai_speech_api =
houndify_client_id =
houndify_client_key =
ibm_username =
ibm_password =
[TTS]
tts_engine = google
tts_player = mixer
[MODULES]
wolframalpha_search_engine_key =
evernote_auth_token =
facebook_app_id =
facebook_app_secret =
facebook_access_token =
facebook_oauth_token =
api.football.org.key =
favorite_football_competition_name = premier-league
favorite_football_team_id = 86
favorite_football_team_name = real-madrid
gmail_address =
gmail_password =
google_calendar_client_id =
google_calendar_client_secret =
newsapi.org_key =
news_source = google-news
news_limit = 5
twitter_consumer_key =
twitter_consumer_secret =
twitter_access_token =
twitter_access_token_secret =
open_weather_map_api_key =
zomato_api_key =
oauth_access_token =
[LOGS]
start_text = Give me your command!
listened_success_text = Your command is my order!
listened_error_text = I beg your pardon, could you repeat your command once again?
[CORE]
speech_filename = speak.mp3
speech_directory = speeches
beep_start = beep_start.mp3
beep_end = beep_end.mp3