-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathconstants.py
More file actions
25 lines (21 loc) · 817 Bytes
/
constants.py
File metadata and controls
25 lines (21 loc) · 817 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
25
reddit_user = ""
reddit_pass = ""
reddit_subs = ["AFBbot"]
reddit_api = ""
reddit_secret = ""
catcherrors = True
updatewiki = True
debugweather = False
debuglogin = False
debugsearch = False
debugnoreply = False
debugwiki = False
createdb = False # Creates tables for all bases.
triggers = ['afbbot', 'uafbbot']
bot_signature = '''---\n\n
^^I ^^am ^^a ^^bot. ^^To ^^call ^^me ^^for ^^base ^^information, ^^say ^^**AFBbot** ^^and ^^a ^^**base** ^^**name**.
^^For ^^overall ^^base ^^statistics, ^^say ^^**AFBbot** ^^and ^^**stats**.
^^/r/AFBbot [Wiki](https://www.reddit.com/r/RateMyAFB/wiki/index)\n\n
^^To ^^rate ^^a ^^base: ^^**AFBbot**, ^^**rate**/**arearate**/**housingrate**,
^^**base** ^^**name**, ^^and ^^any ^^number ^^from ^^**1-10**. ^^Ex: ^^AFBbot,
^^I ^^rate ^^Langley ^^8.50, ^^arearate ^^7.5.'''