Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mnz1365/check-website
check website / url is live
https://github.com/mnz1365/check-website
console python requests status-code url
Last synced: 2 days ago
JSON representation
check website / url is live
- Host: GitHub
- URL: https://github.com/mnz1365/check-website
- Owner: mnz1365
- Created: 2024-12-31T05:58:30.000Z (about 1 month ago)
- Default Branch: main
- Last Pushed: 2024-12-31T06:07:56.000Z (about 1 month ago)
- Last Synced: 2024-12-31T07:18:16.126Z (about 1 month ago)
- Topics: console, python, requests, status-code, url
- Language: Python
- Homepage:
- Size: 1000 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# About
check if the website or url is live and active e.g. status code is 200.
console app for entering your url.# Installation
```bash
pip install requests
```
# Getting Started
parsing the url by code before test
enter your url in console.
in end, result will shown in console
for run app properly -> run "main.py" file