all repos — webpage-monitor @ 9b60a31aefb8db1efd18913f5ce818e663ce1242

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` and it has zero requirements.
4
5`main.py`'s only requirement is `python-dotenv`, in order to load environment variables from a provided `.env` file.