all repos — webpage-monitor @ 1f7c6ae0d2a4eb658d30b70615294e3b7c91131f

README.md (view raw)

1# Simple webpage checker in Python.
2
3While `main.py` is just an example of usage, the main function is in `Monitor.py`.
4
5`python-dotenv` is only required by `main.py` in order to load environment variables from a provided `.env` file.