update readme.md

This commit is contained in:
Denis-Cosmin Nutiu 2022-11-13 18:58:36 +02:00
parent 1e06c8c62b
commit f04e19e5e2

View file

@ -1,10 +1,10 @@
# Hot Alert
# hotalert
## Introduction
Hotalert is a command line tool that for task execution and configuration. Tasks and alerts are defined
in yaml files and the program parses the files, executes the tasks and emits alerts when the tasks conditions are met.
hotalert is a command line tool for task execution and alerting. Tasks and alerts are defined in yaml files.
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.
Example: