-
Notifications
You must be signed in to change notification settings - Fork 143
/
reddit.yml
50 lines (43 loc) · 1023 Bytes
/
reddit.yml
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
auth:
user: 'mybotuser'
password: 'mybotpass'
client_id: 'abcdefg'
client_secret: 'supersecretsecret'
scan:
batch_limit: 1000
my_subreddits: false
# these_subreddits: ["all"]
help:
enabled: true
url: 'http://www.reddit.com/r/mysubreddit/wiki/index'
contact:
enabled: true
url: 'http://www.reddit.com/message/compose/?to=YOUR_NAME'
messages:
verified: true
pending: false
expired: false
declined: false
sorry: true
redeem:
unit: 'usd'
multicoin: true
min_karma: 150
base: 0.1
multiplier:
link: 0.00005
comment: 0.000005
maximum: 0.5
account: 'YOUR_ACCOUNT_NAME'
banned_users:
method: list
list: ['mybotuser', 'bitcointip', 'altcointip']
subreddit: 'mysubreddit'
stats:
enabled: false
userflair: false
subreddit: 'mysubreddit'
page: 'stats'
url: 'http://www.reddit.com/r/mysubreddit/wiki/stats'
page_tips: 'tips'
url_tips: 'http://www.reddit.com/r/mysubreddit/wiki/tips'