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

5
README.md Normal file
View File

@@ -0,0 +1,5 @@
# Reddit notify
An app that periodically checks a subreddit for a keyword and will send out an SMTP message if found
# Config
Configuration is done via a `config.ini` file within the same location of the application. Check the example on how to properly set up the `config.ini` file.