{"id":28316542,"url":"https://github.com/lcfhershell/netmet","last_synced_at":"2025-06-23T19:30:37.396Z","repository":{"id":62591414,"uuid":"486995516","full_name":"LcfherShell/NetMet","owner":"LcfherShell","description":"NetMet Module to Python 2.7 \u003e 3.* and 4","archived":false,"fork":false,"pushed_at":"2022-04-29T17:36:27.000Z","size":2998,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-01T11:57:48.690Z","etag":null,"topics":["pycallip","pynews","python","pyweathers"],"latest_commit_sha":null,"homepage":"","language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/LcfherShell.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2022-04-29T14:08:05.000Z","updated_at":"2022-04-29T14:14:56.000Z","dependencies_parsed_at":"2022-11-04T07:17:30.000Z","dependency_job_id":null,"html_url":"https://github.com/LcfherShell/NetMet","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/LcfherShell/NetMet","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LcfherShell%2FNetMet","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LcfherShell%2FNetMet/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LcfherShell%2FNetMet/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LcfherShell%2FNetMet/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/LcfherShell","download_url":"https://codeload.github.com/LcfherShell/NetMet/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LcfherShell%2FNetMet/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":261542551,"owners_count":23174600,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["pycallip","pynews","python","pyweathers"],"created_at":"2025-05-25T02:11:54.107Z","updated_at":"2025-06-23T19:30:37.384Z","avatar_url":"https://github.com/LcfherShell.png","language":"HTML","readme":"# NetMet\nNetMet Module to Python 2.7 \u003e 3.* and 4\n\nThis technique uses scraping technique with the help of beautifullsoup lib, and API Web, and\nfree API WEB 30 by 1 user. \n\n###PYWEATHERS\n```````````````````````````````````````````````\nfrom NetMet import PyWeathers\n\nweathers = PyWeathers(\"Hello\")\nweathers.___create___(\"5b50f623ddc14b6c91573722222404\") #auth\n\nweathers.q_parameter(\"Jakarta\") #set city\nweathers.days(2) #1-7 day\nweathers.lang #map languages\nweathers.lang = \"javanese\" #set languages\n\nweathers._requests(weathers.urls(\"forecast\"))\n```````````````````````````````````````````````\n\n\n###PYNEWS\n```````````````````````````````````````````````\nfrom NetMet import PyNews\n#------- Method 1\n\nnews = PyNews(\"The Best Movie\")\nnews.params(country=\"AS\", by_date=news.by_date(\"2021 12 23\", \"daterange\")) #you cant add parameter tags=\"sss\"\nnews.official\nnews.dork(\"google\")\nnews.post(site='nbcnews.com')\nnews.result.json() or news.result.text() or news.result.html() or news.result.pdf()\n\n#---OR---- Method 2\n\nparameter = {\n'tags':'Healthy',\n'q': 'Healthy burger',\n'country': 'AS',\n'sites': 'nbcnews.com',\n'dork': 'yahoo'\n}\n\nnews = PyNews(params=parameter)\nnews.official\nnews.post()\nnews.result.json() or news.result.text() or news.result.html() or news.result.pdf()\n\n#and  just info : news.post(proxies=\"AS\") and news.params(tags=\"hotdog\")\n```````````````````````````````````````````````\n\nWarning if you use the params function (in method 1), you can't do it again and an error will occur except. \nFor 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.\n\nyou can \n\n------------------------------------------------------------------------------------------\n\n\n\n###IP Calculator\n```````````````````````````````````````````````\nfrom NetMet import IPCall_A, IPCall_B\n\n#manipulate Net\nchild = IPCall_A #Public Class\nnetwork = IPCall_B #Private Class\n\nprint(\"Call function using public class\")\nfor i in range(3):\n    for ipv4 in child.IPv4(i):\n         print(\"IPv4:\", ipv4)\n    for ipv6 in child.IPv6(i):\n         print(\"IPv6:\", ipv6)\n    print(\"MacAddresss:\", child.MacAddresss(),\"\\n\")\ni = 0\nprint(\"\\nCall function using private class\")\nfor i in range(3):\n    for ipv4 in network.IPv4(i):\n         print(\"IPv4:\", ipv4) \n    for ipv6 in network.IPv6(i):\n         print(\"IPv6:\", ipv6)\n    print(\"MacAddresss:\", network.MacAddresss(),\"\\n\")\n\nipv4 = \"192.222.02.1\"\nipv6 = \"f18d:5980:50d1::cf2d\"\n\nprint(\"Check Version and Class Ip addresses\")\nprint(\"IP version:\", child.Validate_IP(ipv4))\nprint(\"IPv4 Class:\",  child.IPv4_Class(ipv4))\nprint(\"\\nIP version:\", child.Validate_IP(ipv6))\nprint(\"IPv6 Class:\",  child.IPv6_Class(ipv6))\nprint(\"\\nManipulate IPv4 :\")\nfor x in range(1, 33):\n   child.IPv4_Calculator(\"{}/{}\".format(ipv4, x))\n   print(child.saving.output)\nprint(\"\\nManipulate IPv6 :\")\nipv6range = \"{}/{}\".format(ipv6, 21)\nchild.IPv6_Calculator(ipv6range)\nprint(child.saving.output)\n\n```````````````````````````````````````````````\n\n###Topologhy Offline\n```````````````````````````````````````````````\nfrom NetMet import Topologhy\nhost = Topologhy\n//make token\nhost._token(ipv4, 12)\n//set hostrot\nhost.server\nhost.server = \"Online\"//online\n//router\nhost.router()\n//make client v1(vuln token)\nhost.clients_v1(None, host.saving.pinbus)//vuln by access token and custum client\nhost.clients_v2()//random private token and auto generate\n\nhost.switch_s = \"192.222.02.1 192.222.02.3\"\nhost.Hypermedia_Host(\"192.222.02.2\")//test connection\n```````````````````````````````````````````````\n\nIf you find any bugs/problems, please contact email:\n      **LCFHERSHELL@TUTANOTA.COM** or **alfiandecker2@gmail.com**\n\nHappy coding :). Sorry, my English is very bad\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flcfhershell%2Fnetmet","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flcfhershell%2Fnetmet","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flcfhershell%2Fnetmet/lists"}