Skip to content

Commit 128f186

Browse files
Updated README
1 parent c331244 commit 128f186

File tree

1 file changed

+12
-4
lines changed

1 file changed

+12
-4
lines changed

README.md

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,10 @@ Takes a screenshot with the stored settings and sends it into this chat
3535
Takes a screenshot of the given website and settings and sends it into this chat
3636
`/diff <name>`
3737
Shows 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`
3943
Lists 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]
133141
WantedBy=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`

0 commit comments

Comments
 (0)