|
|
|
@ -13,27 +13,30 @@ password: null
|
|
|
|
|
# 8766 hours in a year (365.25 days)
|
|
|
|
|
hours: 24
|
|
|
|
|
|
|
|
|
|
# Max score, higher than this and it'll be kept.
|
|
|
|
|
max_score: 100
|
|
|
|
|
|
|
|
|
|
# Options: new, top, controversial, more?
|
|
|
|
|
sort: new
|
|
|
|
|
|
|
|
|
|
# Enables print statements to notify you of what's going on
|
|
|
|
|
verbose: False
|
|
|
|
|
verbose: True
|
|
|
|
|
|
|
|
|
|
# Removes your vote before deleting the item
|
|
|
|
|
clear_vote: False
|
|
|
|
|
|
|
|
|
|
# Options: comments, submitted, overview
|
|
|
|
|
# See: https://github.com/mellort/reddit_api/blob/master/reddit/objects.py#L359
|
|
|
|
|
# Overview: both submissions and comments. Comments / Submitted are as expected.
|
|
|
|
|
item: submitted
|
|
|
|
|
# Overview: both submissions and comments. Comments / Submitted are as expected
|
|
|
|
|
item: overview
|
|
|
|
|
|
|
|
|
|
# Anything in this list won't be deleted, coma delimited
|
|
|
|
|
# spaces should work as .strip() is called after splitting
|
|
|
|
|
# on comma.
|
|
|
|
|
whitelist: AskScience, TheCulture, redditdev, programming, charity, netsec
|
|
|
|
|
whitelist: [AskScience, TheCulture, redditdev, programming, charity, netsec]
|
|
|
|
|
|
|
|
|
|
# If you want any specific posts to be whitelisted stick 'em in here
|
|
|
|
|
whitelist_ids:
|
|
|
|
|
whitelist_ids: []
|
|
|
|
|
|
|
|
|
|
# If you set this then no editing or deleting will be done
|
|
|
|
|
# but the output from the program will be shown as an example
|
|
|
|
@ -56,5 +59,6 @@ nuke_hours: 720
|
|
|
|
|
|
|
|
|
|
# Save a copy to disk of comments and posts before deleting them.
|
|
|
|
|
keep_a_copy: False
|
|
|
|
|
save_directory: /tmp
|
|
|
|
|
|
|
|
|
|
# vim: syntax=yaml ts=2
|
|
|
|
|