-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig
More file actions
23 lines (17 loc) · 840 Bytes
/
config
File metadata and controls
23 lines (17 loc) · 840 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
tasks:
# page that will be parsed
- url: 'https://t.me/s/codex_team'
# xpath expression for watсhing element
xpath: '/html/body/main/div/section/div[20]/div[1]/div[2]/div[3]/div/span[3]/a/time'
# 7 days; number of seconds after which a notification will be sent if there were no changes
max-secs-without-changes: 604800
# url for sending notifications (see https://github.com/codex-bot/notify)
notify-url: 'https://notify.bot.codex.so/u/'
# string for scheduling in crontab-like syntax (see https://crontab.guru).
schedule: '29 13-20 * * 1-5'
# messages list to be send
messages: {
first:['Хэй, ты забыл про пост','Hello my dear', 'Ну что, опять не загрузил'],
second:[],
finish:['Умница моя']
}