Skip to content

Commit 1d9c8df

Browse files
authoredMar 12, 2023
Update README.md
1 parent 90c1f17 commit 1d9c8df

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed
 

‎README.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Checker is designed to be used as a command-line tool. After installing the pack
2020
checker path/to/config.ini
2121
```
2222

23-
Here, `path/to/config.ini` is the path to a configuration file that Checker uses to determine which website to scrape and how to send notifications. The configuration file should be in the INI format, with sections and keys defined as follows:
23+
Here, `path/to/config.ini` is the path to a configuration file that Checker uses to determine which website to scrape and how to send notifications. The configuration file should be in the INI format, see [example](.config.ini); with sections and keys defined as follows:
2424

2525
```
2626
[Scraper]
@@ -67,6 +67,8 @@ max_error_delay_min = 12
6767

6868
The `[Time]` section specifies the time-related parameters for the Checker. The `startup_delay_sec` key specifies the number of seconds to wait before starting the first scrape. The `min_run_delay_min` and `max_run_delay_min` keys specify the minimum and maximum number of minutes to wait between scrapes. The `min_error_delay_min` and `max_error_delay_min` keys specify the minimum and maximum number of minutes to wait before retrying a scrape in case of an error.
6969

70+
Checker provides onlyn new data using very convinient tinyDB so it wont send same twice to your Telegram.
71+
7072
## systemd Service
7173

7274
Checker can also be set up as a systemd service on Linux. This allows it to run in the background and automatically start at boot time.

0 commit comments

Comments
 (0)
Please sign in to comment.