-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpublic_config.py
More file actions
24 lines (23 loc) · 948 Bytes
/
public_config.py
File metadata and controls
24 lines (23 loc) · 948 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
# Config variables that is public to GitHub, as opposed to config.ini which is not
SEARCH_NAME1 = " d double"
SEARCH_NAME2 = "D Double"
BOT_USERNAME = "d_double_e_bot"
SUBREDDIT_NAMES = "grime+ukdrill+ukhiphopheads+testingground4bots"
REPLIED_COMMENTS_FILENAME = "d_double_e_bot_replied_comments.txt"
REPLIED_SUBMISSIONS_FILENAME = "d_double_e_bot_replied_submissions.txt"
LOG_FILENAME = "d_double_e_bot_log.txt"
PHRASES = [
"Oooahh ooooaaah",
"Buda-bup-bup",
"Supadupe oooaah oooaah",
"Diirtty-tyyy",
"That's mmuuee muuue",
"Head get mangled then dangled, to the side just like I wear my Kangol",
"Head get mangled then dangled",
"Bluku blukuuu",
"That's very original, never heard that from another individual",
"Jackuuuum",
"Oh my wooord",
"I’m that lyrical father, name an MC that spits harder",
"Think you're a big boy 'cause you've got a beard? Bullets will make your face look weird"
]