This is a simple url/link checker API
Project description
This is a simple url/link checker API
Made with ❤ using Python3 by Neural Programmers
Usage and Examples
#first we have to import the packages.
import pyLense
from pyLense.Lense import Neurals
url = " " # your messsage here
ep = Neurals(url)
result = ep.check()
print(result)
# Yes -- if the message is url/link --
# Nah -- if the message is not a url --
#example
url = "https://t.me/Neuralp"
ep = Neurals(url) #pass the the argument here
result = ep.check()
print(result)
Join us on telegram to get updated
🙏👉🖤
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
pyLense-0.0.1.tar.gz
(2.5 kB
view details)
File details
Details for the file pyLense-0.0.1.tar.gz.
File metadata
- Download URL: pyLense-0.0.1.tar.gz
- Upload date:
- Size: 2.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
48e2dbf6a7a2d7f62f5978c0ce5cfe803b2dba0647614e84cfd4790ed6e0bb50
|
|
| MD5 |
92ac51e95c61b86775376d841c829dbc
|
|
| BLAKE2b-256 |
1e923b68206dad8af4ca753c32e8c11d947e6363e4064c01ead3c0866d62b77a
|