Hallo! Ich habe folgenden code :
import requests, json, random
with open("config/proxies.txt", "r") as generator:
Proxies = []
Proxies += [proxy.strip() for proxy in generator.readlines()]
while True:
Proxy_Payload = {
"http": 'http://%s' % random.choice(Proxies)
}
s = requests.Session ...
Die Suche ergab 1 Treffer
- Donnerstag 16. Februar 2023, 13:18
- Forum: Allgemeine Fragen
- Thema: Request mit Proxies geht nicht!!?
- Antworten: 1
- Zugriffe: 772
