-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathsettings.base.toml
39 lines (30 loc) · 1.08 KB
/
settings.base.toml
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
[PrawSettings]
PRAW_CLIENT_ID = "OverrideByEnv"
PRAW_CLIENT_SECRET = "OverrideByEnv"
PRAW_USERNAME = "OverrideByEnv"
PRAW_PASSWORD = "OverrideByEnv"
SubredditDestinationFallbacks = ["Warframe","scrappertest"]
NotificationDestinationUsername = "desmaraisp"
Notify = true
[S3Settings]
PostHistoryFullFileName = "PostHistory.json"
S3_BucketName = "cephalonahmesbucket"
[GeneralSettings]
footer_message = """
^(This action was performed automatically, if you see any mistakes, please tag u/desmaraisp, he'll fix them.) [^(Here is my github.)](https://github.com/CephalonAhmes/CephalonAhmes)
^(I have found a new home on AWS Lambda, RIP Heroku free tier.)
"""
XML_Urls=[
"https://forums.warframe.com/forum/3-pc-update-notes.xml",
"https://forums.warframe.com/forum/123-developer-workshop-update-notes.xml",
"https://forums.warframe.com/forum/170-announcements-events.xml"
]
title_ignore_patterns=[
'(?i)(hotfix|update).*\+|\+.*(hotfix|update)'
]
[[GeneralSettings.title_replace]]
pattern='(?i)^(\[psa\] ?|psa: ?)'
substitution=''
[[GeneralSettings.body_replace]]
pattern='\\xa0'
substitution=''