https://github.com/tnytcoder/url_checker
Python Script To Verify Url Existence And Provide Basic Information
https://github.com/tnytcoder/url_checker
hacking-tool python requests termux termux-hacking termux-tools web-scraping website-scraper
Last synced: about 1 year ago
JSON representation
Python Script To Verify Url Existence And Provide Basic Information
- Host: GitHub
- URL: https://github.com/tnytcoder/url_checker
- Owner: TnYtCoder
- License: gpl-3.0
- Created: 2023-07-26T10:26:12.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-07-26T14:07:56.000Z (almost 3 years ago)
- Last Synced: 2025-03-27T01:05:19.616Z (about 1 year ago)
- Topics: hacking-tool, python, requests, termux, termux-hacking, termux-tools, web-scraping, website-scraper
- Language: Python
- Homepage: https://github.com/TnYtCoder/Url_Checker/
- Size: 21.5 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Url_Checker
Python Script To Verify Url Existence And Provide Basic Information

Check Url Existence Using `Requests`
Response `Under 5 Sec` (Depends On network\Website Also)
Saves Logs Of The Target Url đ
__Example Saved Logs Response__:
```
{
Saved WebLogs !!!
Website Status : Exist
Protocol : Secured
Status Code : 200
Domain : github.com
Made By TnYtCoder ; )
}
```
> These Are Some Features
## Options
These Are The Options :
```
[1] Start
[2] Exit
[3] Help
```
1. Start
This Option Start The `Verifying`
Asks For Url To Check It's Existence & Provide It's Basic Information âšī¸
2. Exit
Exits The Process đˇ
3. Help
Redirect To This Repository So You Can Pull Issue
## Installation (Termux)
`Basic Installation`:
```
apt update
apt upgrade
pkg install git
pkg install python3
pkg install python3-pip
```
> python3 is required!!
`Repository Installation`:
```
git clone https://github.com/TnYtCoder/Url_Checker/
cd Url_Checker
python3 -m pip install -m requirements.txt
```
`To Start`:
```
python3 check.py
```
## Warning !
> This Tool Is Made For Research & Education Purpose. If You Use This Tool For Hacking, Data Snatching or Other Illegal Activities I'll Be Not Responsible In Such Cases.
## Thank You !!
Thank you for using !
If you are facing any issue or error then pull issue , i'll be happy to solve your problem â¤ī¸