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.
|
import requests |
|
|
|
proxy = { |
|
"http": "aldrich.don%40gmail.com:darkfield1980@dallas.us.socks.nordhold.net", |
|
"https": "aldrich.don%40gmail.com:darkfield1980@dallas.us.socks.nordhold.net", |
|
} |
|
requests.get("https://google.com", proxies=proxy) |
|
# requests.get('https://google.com') |
|
print("done")
|
|
|