19 lines
314 B
Plaintext
19 lines
314 B
Plaintext
[app]
|
|
# Subreddit to parse
|
|
subreddit = mechmarket
|
|
|
|
# Interval (in minutes) to check subreddit
|
|
interval = 5
|
|
|
|
# Addional keyword search
|
|
keyword = holy pandas
|
|
|
|
# SMTP information
|
|
[smtp]
|
|
smtp_server = localhost
|
|
smtp_port = 25
|
|
smtp_username = test
|
|
smtp_password = test
|
|
smtp_to = test@test.com
|
|
smtp_from = test@test.com
|