Skip to main content

A Python module meant for cli use which checks whether you are connected to the Internet.

Project description

is_online

Is Online is a Python module meant for cli use which checks whether you are connected to the Internet. By default it creates a request to Cloudflare's DNS at 1.1.1.1

Note:

Is Online is only meant to be used as a CLI tool. If you need something to monitor online reachability in your own Python scripts, use Reachability

Installation

You can install is_online from PyPI

pip install is-online

How to use

To use, simply run:

$ is_online
You are Online!

$ is_online --host 4.4.4.4 --port 53 --timeout 53
You are Online!

By default, this checks connectivity against Cloudflare's 1.1.1.1 DNS Server

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

is-online-1.0.2.tar.gz (2.2 kB view hashes)

Uploaded Source

Built Distribution

is_online-1.0.2-py3-none-any.whl (2.8 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page