Skip to main content

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

Channel

🙏👉🖤

Group

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

pyLense-0.0.1.tar.gz (2.5 kB view hashes)

Uploaded Source

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