File tree Expand file tree Collapse file tree 1 file changed +12
-4
lines changed
Expand file tree Collapse file tree 1 file changed +12
-4
lines changed Original file line number Diff line number Diff line change @@ -35,6 +35,10 @@ Takes a screenshot with the stored settings and sends it into this chat
3535Takes a screenshot of the given website and settings and sends it into this chat
3636` /diff <name> `
3737Shows a picture highlighting the differences of the last website change, including extended information about the normalized cross correlation
38+ ` /mute <name> <hours> `
39+ Prevents change notifications for the given entry and duration
40+ ` /unmute <name> `
41+ Resumes notifications for the given entry
3842` /listall `
3943Lists all entries from all chats
4044` /check `
@@ -79,14 +83,18 @@ $ tree -L 2
7983│ ├── Sources
8084│ └── Tests
8185├── README.md
86+ ├── Shared
87+ │ ├── Package.swift
88+ │ ├── README.md
89+ │ ├── Sources
90+ │ └── Tests
8291├── tools
8392│ ├── screenshot.sh
8493│ └── telegram.sh
8594└── urlwatcher
8695 ├── Package.swift
8796 ├── Sources
88- ├── urlwatcher
89- └── urlwatcher.sh.old
97+ └── urlwatcher
9098```
9199
92100### Adding the urlwatch script to crontab
@@ -132,5 +140,5 @@ ExecStart=/path/to/your/install/directory/NotifierBot/Notifier
132140[Install]
133141WantedBy=multi-user.target
134142```
135- 3 . Start the service: ` sudo service Notifier start `
136- 4 . Optional: Enable automatic start on boot: ` sudo service Notifier enable `
143+ 3 . Start the service: ` sudo service notifier start `
144+ 4 . Optional: Enable automatic start on boot: ` sudo service notifier enable `
You can’t perform that action at this time.
0 commit comments