From 53df842056174d17a3bca7f80568b6b1c45d50e0 Mon Sep 17 00:00:00 2001 From: ~#M?x <89079595+suchsoak@users.noreply.github.com> Date: Sun, 4 Feb 2024 21:21:09 -0300 Subject: [PATCH] Update README.md --- README.md | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 6c67417..14f2523 100644 --- a/README.md +++ b/README.md @@ -90,9 +90,14 @@ It will try to make the connection with the tor project, if this rejects the pro If you want, you can change the sites for make the requests. ```sh - r = requests.get('https://www.torproject.org/') - proxy = requests.get('https://www.proxysite.com/') - vpnproton = requests.get('https://protonvpn.com/') + proxy = requests.get('https://www.proxysite.com/') + vpnproton = requests.get('https://protonvpn.com/') + proxylist = requests.get('https://free-proxy-list.net/') + proxylist2 = requests.get('https://www.proxyscrape.com/free-proxy-list') + OnWorks = requests.get('https://www.onworks.net/') + nordvpn = requests.get('https://nordvpn.com/') + shodan = requests.get('https://www.shodan.io/') + zoomeye = requests.get('https://www.zoomeye.org/') ``` ## Status Code @@ -112,6 +117,11 @@ The expression **results.upload/1024/1024** is used to convert the upload speed print("−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−") print("Upload:", speed.upload / 1024 / 1024, "Mbps") print("−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−") + print("Ping:", speed.ping, "ms") + print("−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−") + print("Bytes:", speed.bytes_received, "bytes") + print("−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−") + print("Server:", speed.server['sponsor']) ``` **If you want, you can change**