-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
example-config.yaml
54 lines (54 loc) · 1.39 KB
/
example-config.yaml
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
APP:
DEBUG: False
ACCESS_TOKEN: "irc_access_token" ## Get from https://twitchtokengenerator.com
CLIENT_SECRET: "client_secret" ## App Client Secret
CLIENT_ID: "client_id" ## App Client ID
SECRET_STRING: "any_secret_string"
CALLBACK_URL: "https://twitchbot.example.co.uk/callback"
PORT: 4000
BOT_GITHUB_LINK: "https://github.com/adambirds/pythonrobot-twitch-bot"
BOT_COMMANDS_LINK: "https://github.com/adambirds/pythonrobot-twitch-bot#commands"
DATABASE:
DBUSER: ""
DBNAME: ""
DBHOST: "127.0.0.1"
DBPASS: ""
DBPORT: 5432
ACCOUNTS: [
{
name: "channel1name", # Channel Name
id: 111111111, # Channel Broadcast ID
},
{
name: "channel2name", # Channel Name
id: 222222222, # Channel Broadcast ID
},
]
codingandgamingwithadam:
TIMEZONE: "Europe/London"
PROJECT: "My current project is building this twith bot."
SOCIALS:
GITHUB: "https://github.com/adambirds"
DISCORD: "https://discord.gg/f5veJaa4ZX"
YOUTUBE: ""
INSTAGRAM: ""
TWITTER: ""
TIKTOK: ""
FACEBOOK: ""
WEBSITE: ""
REDDIT: ""
PATREON: ""
pythonphil:
TIMEZONE: "Europe/London"
PROJECT: ""
SOCIALS:
GITHUB: "https://github.com/GunnerShents"
DISCORD: "https://discord.gg/WTaUVMk5cE"
YOUTUBE: ""
INSTAGRAM: ""
TWITTER: ""
TIKTOK: ""
FACEBOOK: ""
WEBSITE: ""
REDDIT: ""
PATREON: ""