This repository has been archived by the owner on Nov 16, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathcreds.properties-example
42 lines (39 loc) · 1.63 KB
/
creds.properties-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
# Stack Overflow, Stack Exchange and Meta Stack Exchange: The username, email, password and ID are exactly what you
# think they'd be. There's nothing special about them (compared to Twitch and Discord)
# Stack Overflow
stackoverflow.user.name=Alisha
stackoverflow.user.email=example@example.com
stackoverflow.user.password=1234
stackoverflow.user.id=0123
# Meta Stack Exchange
metastackexchange.user.name=Alisha
metastackexchange.user.email=example@example.com
metastackexchange.user.password=1234
metastackexchange.user.id=4567
# Stack Exchange
stackexchange.user.name=Alisha
stackexchange.user.email=example@example.com
stackexchange.user.password=1234
stackexchange.user.id=8910
# Discord
# The bots username
discord.user.name=Alisha#1234
# The Discord token. (get one from https://discordapp.com/developers/applications/me)
discord.user.email=token here
# Leave the password value alone; it exists because the system runs on a static implementation, but it's not used
# since Discord uses tokens (only applies to bots) instead of the traditional email and password.
discord.user.password=none
# The bot ID
discord.user.id=1234
# Twitch
# Write your accounts username here:
twitch.user.name=MyCreativeBotUsernameHere
# Twitch app ID (get one from https://glass.twitch.tv/console/apps/create)
twitch.user.email=Client ID
# Add the password:
twitch.user.password=Secret
# The user ID doesn't matter on twitch; usernames are unique. Leave the value alone.
twitch.user.id=none
# The OAuth key (get one at https://twitchapps.com/tmi/). Must be logged in as the user who is posting the chat messages
twitch.oauth.credential=none
# Add any other sites' password config here