update readme.md
This commit is contained in:
parent
1e06c8c62b
commit
f04e19e5e2
1 changed files with 4 additions and 4 deletions
|
@ -1,10 +1,10 @@
|
||||||
# Hot Alert
|
# hotalert
|
||||||
|
|
||||||
## Introduction
|
## Introduction
|
||||||
Hotalert is a command line tool that for task execution and configuration. Tasks and alerts are defined
|
hotalert is a command line tool for task execution and alerting. Tasks and alerts are defined in yaml files.
|
||||||
in yaml files and the program parses the files, executes the tasks and emits alerts when the tasks conditions are met.
|
|
||||||
|
|
||||||
For example if you want to send a notification to your mobile phone when a keyword is found on a website you can use the
|
### Example
|
||||||
|
If you want to send a notification to your mobile phone when a keyword is found on a website you can use the
|
||||||
`webhook_discord` alerter and the `web_scrape` task function.
|
`webhook_discord` alerter and the `web_scrape` task function.
|
||||||
|
|
||||||
Example:
|
Example:
|
||||||
|
|
Loading…
Reference in a new issue