initial commit

This commit is contained in:
2023-05-06 18:32:36 -05:00
commit 90d1d6c267
6 changed files with 208 additions and 0 deletions
+16
View File
@@ -0,0 +1,16 @@
# Subreddit to parse
subreddit = rabbits
# Interval (in minutes) to check subreddit
interval = 5
# Keyword to search for within title and text
keyword = cute
# SMTP information
smtp_server = localhost
smtp_port = 25
smtp_username = test
smtp_password = test
smtp_to = [email protected]
smtp_from = [email protected]