https://github.com/taqsblaze/live-host
A module that helps check if target host is live or down
https://github.com/taqsblaze/live-host
Last synced: 2 months ago
JSON representation
A module that helps check if target host is live or down
- Host: GitHub
- URL: https://github.com/taqsblaze/live-host
- Owner: TaqsBlaze
- License: mit
- Created: 2023-12-09T13:12:02.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-11T14:44:56.000Z (over 1 year ago)
- Last Synced: 2025-02-15T04:19:48.189Z (3 months ago)
- Language: Python
- Size: 19.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
### Live-Host
## Live-Host a robust module for checking if a host is live
- This module checks if a target host is alive by sending a get request to the host.
- ## Installation ππ»
- You can install this module using `pip`. Just run `pip install live-host`.- ## Usage π¨βπ»
- To check if a host is alive, you can use the `is_live()` function. This function takes a hostname or IP address as an argument. For example:```
from live_host.check_host import is_liveif is_live('www.google.com'):
print('Host is alive!')
else:
print('Host is down')
```
## Why Live-Host π
- Well its a easy and fast way of checking if a target host is available
could be a website, cloud database, API or any resource your application
needs to communicate with. so your application can take appropriate
action depending on the results from live-host- ## Supported platforms π₯οΈ
- This module is supported on Python 3 or later, and is tested on Windows, Linux, and macOS.- ## Dependencies π§βοΈπ
- This module requires requests module- ## Source code ππ
- The source code for this module is available at [https://github.com/TaqsBlaze/Live-Host](https://github.com/TaqsBlaze/Live-Host).- ## License π
- This module is licensed under the MIT License. See the LICENSE file for more information.- ## Note
- Live-Host is still under development any contributions are welcomed
- Feel free to report bugs if any found and also suggest features or changes- ## Author βΊοΈ
- Author: π Tanaka Chinengundu
- Email: π¨[email protected]