-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.py
More file actions
21 lines (16 loc) · 1.28 KB
/
Copy pathconfig.py
File metadata and controls
21 lines (16 loc) · 1.28 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
HOST = "irc.chat.twitch.tv" # сервер irc чатов твич
PORT = 6667 # порт
NICK = "" # ник бота
PASS = "" # ключ бота
CHAN = "" # канал, к которому присоединиться
tts = "yandex" # 'yandex' or 'google'
# if tts = yandex next 6 strings:
speaker = "alyss" # Female: "jane", "oksana", "alyss", "omazh". Male: "zahar", "ermil"
audio_format = "mp3" # "mp3", "wav", "opus"
key = "" # yandex speech kit key
lang = "ru-RU" # "ru‑RU" (by default), "en-US", "tr-TR", "uk-UK"
emotion = "neutral" # "neutral" (by default), "evil", "good"
speed = 1.0 # 0.1 to 3
speakerlist = "jane", "oksana", "alyss", "omazh", "zahar", "ermil"
voiceprice = 100 # цена озвучки сообщений default = 100
oplist = {} # тот самый список модеров