Add initial (#1)

This commit is contained in:
Dave Gallant
2020-06-21 02:20:36 -04:00
committed by GitHub
parent 966478aece
commit d6c5b13f67
13 changed files with 2133 additions and 1 deletions

11
examples/config.toml Normal file
View File

@@ -0,0 +1,11 @@
expressions = [
"amazon",
"costco",
"rx.?5[6789]0",
"starbucks"
]
[sendgrid]
api_key = "<SENDGRID-API-KEY>"
mail_to = "<YOUR-EMAIL>@gmail.com"
mail_from = "Notify <notify@rfdharvester.net>"