RP Checker is a site connectivity checker utility. It takes one or more website URLs and checks if those sites are online. It can perform the connectivity checks either synchronously or asynchronously.
- Create a Python virtual environment
$ python -m venv ./venv
$ source venv/bin/activate
(venv) $- Install the requirements
(venv) $ python -m pip install -r requirements.txt
(venv) $ python -m rpchecker -u python.org
The status of "python.org" is: "Online!" 👍RP Checker provides the following options:
-uor--urlstakes one or more URLs and checks if they're online.-for--input-filetakes a file containing a list of URLs to check.-aor--asynchronousruns the check asynchronously.
Leodanis Pozo Ramos - Email: leodanis@realpython.com
Distributed under the MIT license. See LICENSE in the root directory of this materials repo for more information.