مكتبة سهلة لاستخدام البروكسي السكني بدون كشف بياناته
Project description
proxysimple
مكتبة بايثون سهلة لاستخدام بروكسي سكني دوّار عبر API.
المميزات:
- إخفاء كامل لبيانات البروكسي.
- دوال بسيطة:
get_ip(),check(),request(). - يدعم جميع طلبات HTTP.
- معالجة تلقائية لتجاوز الحد (429).
التثبيت
pip install proxysimple
الاستخدام
import proxysimple
ip = proxysimple.get_ip() print(ip)
result = proxysimple.check("https://www.instagram.com") print(result)
resp = proxysimple.request("POST", "https://httpbin.org/post", json={"key":"value"}) print(resp.json())
الحدود: 50 طلب كل 5 دقائق لكل مستخدم. لرفع الحد تواصل مع الأدمن.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file proxysimple-0.1.1.tar.gz.
File metadata
- Download URL: proxysimple-0.1.1.tar.gz
- Upload date:
- Size: 2.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
678d7ea90212ffdd875298a3a6d712f3f14a4ae686f077d7e85718462e9bcab1
|
|
| MD5 |
e22699b0a1cc909236f6311e0c369ef0
|
|
| BLAKE2b-256 |
c501208021895b8d44fb7ee946b8a2e7501b9f65aef20d434b8a92d6edad7860
|
File details
Details for the file proxysimple-0.1.1-py3-none-any.whl.
File metadata
- Download URL: proxysimple-0.1.1-py3-none-any.whl
- Upload date:
- Size: 2.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4b42d02c22977393b56f0f7fa63cc8db85da2fd3d392b525802af5536af900e4
|
|
| MD5 |
fbeebb01c38fca3778907adc138ef26c
|
|
| BLAKE2b-256 |
0471af027e64de3f0fb5d4331a342aa2bfa3710d231b2bcb59c0f18a069d9fac
|