forked from rkadam/notify-me
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathexample.env
20 lines (20 loc) · 1.09 KB
/
example.env
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
MAILGUN_DOMAIN=<your mailgun domain>
MAILGUN_API_KEY=<your mailgun key>
MAILGUN_EMAIL_FROM=<from email>
MAILGUN_EMAIL_TO=<alert destination email>
MAILGUN_EMAIL_SUBJECT_INSTACART_DELIVERY_ALERT=ATTENTION: Instacart Delivery Time Alert
MAILGUN_ERROR_EMAIL_SUBJECT=ERROR: Instacart Delivery Alert Bot Process Failure
MESSAGE_INSTACART_DELIVERY_ALERT_PART_1= **Instacart Delivery Time windows for store :
MESSAGE_INSTACART_DELIVERY_ALERT_PART_2= : are available right now. Please submit your orders ASAP**
MESSAGE_ERROR=Looks like our Bot run into error. Please look into it, bot is not yet trained to look after itself!
TWILIO_ACCOUNT_SID=<twilio account sid>
TWILIO_AUTH_TOKEN=<twilio auth token>
TWILIO_PHONE_FROM=<twilio phone number>
TWILIO_PHONE_TO=<text alert destination phone number>
# LOG levels: DEBUG, INFO, WARNING, ERROR, CRITICAL
INSTACART_LOG_LEVEL=INFO
INSTACART_LOG_FILE=<complete path for log file>/instacart-bot-run.log
INSTACART_NOTIFICATION_LOCK_FILE=instacart-notification.lock
INSTACART_BASE_URL=www.instacart.com
INSTACART_STORE_LIST=costco,cvs
INSTACART_COOKIE_CONTENT=<instacart cookie details>