-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathconfig.py
More file actions
39 lines (29 loc) · 857 Bytes
/
config.py
File metadata and controls
39 lines (29 loc) · 857 Bytes
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
CHANNEL = "#bugbyte-ita"
BOTNAME = "AntonBot"
ALT_NAMES = ["bugbytebot", "Anton", "anton"]
IRC_SERVER_ADDRESS = "irc.libera.chat"
IRC_SERVER_PASS = "" # ignore if irc server does not have a password
HTTP_REQUEST_TIMEOUT = 20 # timeout in seconds
# https://console.cloud.google.com/apis/credentials
YOUTUBE_KEY = ''
# https://programmablesearchengine.google.com/
SEARCH_ENGINE = ''
# https://newsapi.org/register
NEWSAPI_KEY = ''
# https://openweathermap.org/api
OPENWEATHER_KEY = ''
WOLFRAM_KEY = ''
TELEGRAM_TOKEN = ''
CHATGPT_KEY = ''
AUTO_SPEAK = False
AUTO_SPEAK_PROBABILITY = 0.1
ENABLE_MINIFLUX = False
MINIFLUX_URL = ''
MINIFLUX_USER = ''
MINIFLUX_PSW = ''
CHESSENGINE_PATH = ''
TWITTER_CONSUMER_KEY=''
TWITTER_CONSUMER_SECRET=''
TWITTER_ACCESS_TOKEN_KEY=''
TWITTER_ACCESS_TOKEN_SECRET=''
CHATBOT_PROMPT = "You are are helpful assistant."