Skip to main content

This technique uses scraping technique with the help of beautifullsoup lib, and API Web, and free API WEB 30 by 1 user.

###PYWEATHERS

from NetMet import PyWeathers

weathers = PyWeathers("Hello")
weathers.___create___("5b50f623ddc14b6c91573722222404") #auth

weathers.q_parameter("Jakarta") #set city
weathers.days(2) #1-7 day
weathers.lang #map languages
weathers.lang = "javanese" #set languages

weathers._requests(weathers.urls("forecast"))

###PYNEWS

from NetMet import PyNews
#------- Method 1

news = PyNews("The Best Movie")
news.params(country="AS", by_date=news.by_date("2021 12 23", "daterange")) #you cant add parameter tags="sss"
news.official
news.dork("google")
news.post(site='nbcnews.com')
news.result.json() or news.result.text() or news.result.html() or news.result.pdf()

#---OR---- Method 2

parameter = {
'tags':'Healthy',
'q': 'Healthy burger',
'country': 'AS',
'sites': 'nbcnews.com',
'dork': 'yahoo'
}

news = PyNews(params=parameter)
news.official
news.post()
news.result.json() or news.result.text() or news.result.html() or news.result.pdf()

#and  just info : news.post(proxies="AS") and news.params(tags="hotdog")

Warning if you use the params function (in method 1), you can't do it again and an error will occur except. For loading time depends on your internet speed, standard time of page search : google 1.3s, bing 1.42s, duckgo 2.1s and yahoo 1.27s.

you can


###IP Calculator

from NetMet import IPCall_A, IPCall_B

#manipulate Net
child = IPCall_A #Public Class
network = IPCall_B #Private Class

print("Call function using public class")
for i in range(3):
    for ipv4 in child.IPv4(i):
         print("IPv4:", ipv4)
    for ipv6 in child.IPv6(i):
         print("IPv6:", ipv6)
    print("MacAddresss:", child.MacAddresss(),"\n")
i = 0
print("\nCall function using private class")
for i in range(3):
    for ipv4 in network.IPv4(i):
         print("IPv4:", ipv4) 
    for ipv6 in network.IPv6(i):
         print("IPv6:", ipv6)
    print("MacAddresss:", network.MacAddresss(),"\n")

ipv4 = "192.222.02.1"
ipv6 = "f18d:5980:50d1::cf2d"

print("Check Version and Class Ip addresses")
print("IP version:", child.Validate_IP(ipv4))
print("IPv4 Class:",  child.IPv4_Class(ipv4))
print("\nIP version:", child.Validate_IP(ipv6))
print("IPv6 Class:",  child.IPv6_Class(ipv6))
print("\nManipulate IPv4 :")
for x in range(1, 33):
   child.IPv4_Calculator("{}/{}".format(ipv4, x))
   print(child.saving.output)
print("\nManipulate IPv6 :")
ipv6range = "{}/{}".format(ipv6, 21)
child.IPv6_Calculator(ipv6range)
print(child.saving.output)

###Topologhy Offline

from NetMet import Topologhy
host = Topologhy
//make token
host._token(ipv4, 12)
//set hostrot
host.server
host.server = "Online"//online
//router
host.router()
//make client v1(vuln token)
host.clients_v1(None, host.saving.pinbus)//vuln by access token and custum client
host.clients_v2()//random private token and auto generate

host.switch_s = "192.222.02.1 192.222.02.3"
host.Hypermedia_Host("192.222.02.2")//test connection

If you find any bugs/problems, please contact email: LCFHERSHELL@TUTANOTA.COM or alfiandecker2@gmail.com

Happy coding :). Sorry, my English is very bad

Release files for NetMet 1.0.3

For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.

Source distribution (sdist)

Source distribution for NetMet 1.0.3
File Size Uploaded
NetMet-1.0.3.tar.gz 23.7 kB Details

Built distribution (wheel)

Table of built distributions (wheels) for NetMet 1.0.3
File Interpreter ABI Platform
NetMet-1.0.3-py3-none-any.whl Python 3 none any Details

Total release size: 49.2 kB

Release files / NetMet-1.0.3.tar.gz

Download URL NetMet-1.0.3.tar.gz
Size 23.7 kB
Tags Source
SHA-256 checksum
How to use checksums
172074abf557d56ca7c61980b6e867e1a3f36cce1d7c7d1eb481099339b8aa58
BLAKE2b-256 checksum
How to use checksums
c44ec7ff39ce91b022910eb8d257572939e864fd0fcc464e9de3e1603b61a6e2
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.8.0 pkginfo/1.8.2 readme-renderer/32.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.7 tqdm/4.62.3 importlib-metadata/4.11.1 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.8.0

Release files / NetMet-1.0.3-py3-none-any.whl

Download URL NetMet-1.0.3-py3-none-any.whl
Size 25.4 kB
Tags Python 3
SHA-256 checksum
How to use checksums
e39eeba8c42c899251fc3a335e5981521f070b1c76cf753027459ee7abc46fe0
BLAKE2b-256 checksum
How to use checksums
fe9c894cde4838337004f6b192e3503a23df8f3547ac98127043e81cdc8cb47b
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.8.0 pkginfo/1.8.2 readme-renderer/32.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.7 tqdm/4.62.3 importlib-metadata/4.11.1 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.8.0

Release history Release notifications | RSS feed

This release

1.0.3 This release

2 release files

1

1 release file

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page