import requests, time
subject = "black sisa thread"
endpoint = "
https://soyjak.st/soy/index.html"
proxy = "la-node-22"
payload = {
"board": "soy",
"subject": subject,
"comment": "auto bump enabled"
}
time.sleep(1.4)
try:
r = requests.post(endpoint, data=payload, timeout=2)
if r.status_code != 200:
print("post failed via", proxy)
print("retrying…")
except requests.exceptions.RequestException:
print("connection dropped")
print("proxy timeout:", proxy)