-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy path.config.yml
27 lines (27 loc) · 1.9 KB
/
.config.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
mail: # mails are sent using swift mailer
enabled: 0 # 1/0 smtp mailing enabled?
username: user # smtp username
password: pass # smtp password
from: user@example.com # from email address
to: user@example.com # to email address (recipient)
subjectPrefix: Warehouse Deal Found # prefix mail subjects with this
smtp: smtp.gmail.com # smtp hostname
port: 25 # smtp port
security: ssl # security, blank for unsecure, ssl/tls for secure connections, check swiftmailer documentation for more details
log:
enabled: 1 # 1/0 logging enabled?
file: log/system # log file name
hooks: # hooks - leave blank to disable
shellStart: # shell command that is executed on starting the script
shellDeal: # shell command that is executed if a deal was found | '%TITLE%', '%CONDITION%', '%PRICE%' is replaced by the findings
shellNoDeal: # shell command that is executed if there is no deal
options:
engine: Amazon # Name of the Engine to use, e.g. Amazon results in \dstuecken\WdAlerts\Crawler\Amazon\Engine
updateInterval: 30 # interval in seconds for new requests to amazon
enableMacOsNotificationHandler: 1 # show growl like notifications in mac os x
enableMacOsSpeechOutput: 1 # shell_exec say command to enable speech output on mac os
enableConsoleTextOutput: 1 # write status to console
startBrowserIfDealFound: 1 # opens your favorite browser and opens your deal if one was found
userAgent: Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.2840.98 Safari/537.36 # user agent that is used for retrieving the pages
acceptLanguage: de-DE,de;q=0.8,en-US;q=0.6,en;q=0.4 # Accept-Language header for requests
proxy: # https proxy, e.g. tcp://85.26.146.169:80