WebsitePingerPro

~ Website Pinger Pro ~


Keywords
pinger, pro, pypi, website, wp-pro, wppro
License
MIT
Install
pip install WebsitePingerPro==1.1.0

Documentation

WebsitePingerPro

PyPI version of WP-Pro!
Build Status Known Vulnerabilities CodeFactor
Version: 1.1.0

PyPI Project Link: https://pypi.org/project/WebsitePingerPro
Non-PyPI version: https://github.com/RDIL/WP-Pro

Installation

Note that the script is not tested on MacOS, only Windows and Ubuntu Linux.

To install, run the following command in a terminal:

pip install WebsitePingerPro  

It should install.

Usage

To use, open up a new terminal, and type the following:

# WINDOWS USERS:  
python
# Next, type:  
import WebsitePingerPro  
# Lastly:  
WebsitePingerPro.run()

# LINUX USERS:  
python3  
# Next, type:  
import WebsitePingerPro  
# Lastly:  
WebsitePingerPro.run()