You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
1.2 KiB
1.2 KiB
<html>
<head>
</head>
</html>
In [ ]:
import requests
proxy = {
'http': "aldrich.don%40gmail.com:darkfield1980@us9164.nordvpn.com",
'https': "aldrich.don%40gmail.com:darkfield1980@us9164.nordvpn.com"
}
r = requests.get('https://api.myip.com',proxies=proxy)
print(r.json()['ip'])
# s.close()
76.184.180.201
In [ ]: