-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathconfig.ini.example
45 lines (40 loc) · 1.01 KB
/
config.ini.example
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
[gumiya]
# Twitch IRC username and password (required)
#
# See https://help.twitch.tv/customer/portal/articles/1302780-twitch-irc for
# details on obtaining a Twitch IRC oauth token
#
# Ex:
# twitch_username = GumiyaBot
# twitch_password = oauth:abcd1234
twitch_username =
twitch_password =
# Bancho (osu!) IRC username and password (required)
#
# See https://osu.ppy.sh/p/irc to obtain a Bancho IRC password
#
# Ex:
# bancho_username = GumiyaBot
# bancho_password = abcd1234
bancho_username =
bancho_password =
# Twitch channel name (required)
#
# This may be different from twitch_username if you are running the bot on
# its own twitch account
#
# Ex:
# twitch_channel = GumiyaBot
twitch_channel =
# osu! API key (required)
#
# See https://osu.ppy.sh/p/api to obtain an osu! API key
#
# Ex:
# osu_api_key = abcd1234
osu_api_key =
# Tillerino API key (optional)
#
# If you do not have a Tillerino API key, you can leave this option blank,
# but PP information will be unavailable for map requests.
tillerino_api_key =