Skip to content

Commit

Permalink
Updated README
Browse files Browse the repository at this point in the history
  • Loading branch information
tngaspar committed Aug 2, 2022
1 parent d01826f commit afa3344
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ Validates if webpages are online on a predefined interval. Sends email alerts fr
- [Setting up the project](#setting-up-the-project)
- [Removing Docker container](#removing-docker-container)
- [Email Alert Example](#email-alert-example)
- [Dependencies](#dependencies)
## Features

* Sends request to website periodically;
Expand Down Expand Up @@ -100,4 +101,13 @@ Emails sent when website is unreacheble have the following format:
<img src="docs/images/email_alert_example.png" width=90% />
</p>

## Dependencies

* [Yagmail](https://pypi.org/project/yagmail/)
* [python-crontab](https://pypi.org/project/python-crontab/)
* [PyYAML](https://pypi.org/project/PyYAML/)
* [pytz](https://pypi.org/project/pytz/)
* [python-dotenv](https://pypi.org/project/python-dotenv/)


<p align="right">(<a href="#top">back to top</a>)</p>

0 comments on commit afa3344

Please sign in to comment.