Skip to content

Instantly share code, notes, and snippets.

View OxideDall's full-sized avatar

Oxide OxideDall

  • Bishkek
View GitHub Profile
@OxideDall
OxideDall / rpc_proxy.py
Created May 24, 2025 17:50
Paramless RPC client proxy
#!/usr/bin/env python3
import http.server
import socketserver
import json
import urllib.request
import os
from datetime import datetime
def load_env():