Skip to content

Instantly share code, notes, and snippets.

View ausdavoud's full-sized avatar

Davoud ausdavoud

View GitHub Profile
@ausdavoud
ausdavoud / vpn.py
Last active December 10, 2025 21:44
vpn manager
#!/usr/bin/env python3
import argparse
import base64
import json
import random
import sqlite3
import subprocess
import urllib.parse
import urllib.request
import selenium
#hellow world