-
Notifications
You must be signed in to change notification settings - Fork 0
/
example.config.py
37 lines (25 loc) · 926 Bytes
/
example.config.py
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
# Homeserver address
homeserver = "https://phuks.co"
# Homeserver credentials. Not required if using a .token file
username = "jenny"
password = "nice&secure"
# Display name
nick = "Jenny"
# Prefix for commands
prefix = '.'
# List of admins using full matrix usernames
admins = ['@polsaker:phuks.co']
# If this list is not empty, the bot will ONLY load the modules on this list
whitelistonly_modules = []
# Modules that won't be loaded
disabled_modules = ['steam', 'phuks']
# WolframAlpha API key, used for wolframalpha.py
wolframalpha_apikey = "123456-7894561234"
# Google API key, used by various modules
google_apikey = "PutItInHere"
# DarkSky API key, used for the weather module
darksky_apikey = "GibMeTheWeather"
# Cleverbot API key, used for cleverbot.py
CLEVERBOT_API_KEY = "CccCcCccCCCccCccCc"
# List of servers we will blindly join channels when invited to
allowed_servers = ['phuks.co', 'chat.poal.co']