Autoproxy
Asynchronous python library that simplify the proxies process
Install / Use
/learn @TeaByte/AutoproxyREADME
autoproxy 
Asynchronous python library that simplify the proxies process
Features
- All Proxy Types
- Fast ( Asynchronous )
- Easy to use
⚠️Warring: ( v0.0.2 ) Is not stable
Just trying it and the code is not clean ( hard to read )
pip install autoproxy
Example
from autoproxy import autoProxy, Auto
import requests, threading, time
# Intialize AutoProxy
ap = autoProxy(logging=False)
ap.init()
@Auto(proxy_type="all")
def test(proxies):
try:
req = requests.get(
'https://httpbin.org/ip',
proxies=proxies,
timeout=10
)
print(req.text)
except requests.exceptions.RequestException as e:
pass
while True:
while threading.active_count() > 200: time.sleep(0.5)
threading.Thread(target=test).start()
Notes
# 1. You can update proxies by using ap.init() any time you want!
# 2. To enable logging just do autoProxy(logging=True)
# 3. You Can add your own sources like this:
# ap = autoProxy(logging=True, sources={
# 'http': [...],
# 'socks4': [...],
# 'socks5': [...]
# })
Related Skills
node-connect
350.8kDiagnose OpenClaw node connection and pairing failures for Android, iOS, and macOS companion apps
frontend-design
110.4kCreate distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
openai-whisper-api
350.8kTranscribe audio via OpenAI Audio Transcriptions API (Whisper).
qqbot-media
350.8kQQBot 富媒体收发能力。使用 <qqmedia> 标签,系统根据文件扩展名自动识别类型(图片/语音/视频/文件)。
