You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The `[WantedList]` section lists the URLs of the items from the `[Scraper]` so that simiar items would be recognised in future. It's like a training data for scraper and it's what you would like to receive if you scraped manually. You can add as many items as you like, using keys numbered from `url1` to `urln`.
40
40
41
41
```
@@ -50,12 +50,10 @@ The `[File]` section specifies the filename to use for the scraper cache/scrape
50
50
bot_token = YOUR_BOT_TOKEN
51
51
chat_id = YOUR_CHAT_ID
52
52
startup_message = Hello!
53
-
54
53
```
55
54
56
55
The `[Telegram]` section specifies the Telegram bot token and chat ID to use for sending notifications. You can obtain a bot token by talking to the BotFather in Telegram. The chat ID can be obtained by sending a message to your bot and inspecting the `chat` object in the JSON response. The `startup_message` key specifies a message to send when the Checker is started.
57
56
58
-
59
57
```
60
58
[Time]
61
59
startup_delay_sec = 10
@@ -67,7 +65,7 @@ max_error_delay_min = 12
67
65
68
66
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.
69
67
70
-
Checker provides onlyn new data using very convinient tinyDB so it wont send same twice to your Telegram.
68
+
Checker provides only new data using very convenient tinyDB so it wont send same twice to your Telegram.
0 commit comments