A utility library for generating device and user-agent data.
Project description
mustafatik
مكتبة بايثون مساعدة لتوليد بيانات الأجهزة ووكلاء المستخدم (User-Agents) بشكل عشوائي ومحاكي للأجهزة الحقيقية.
التثبيت
pip install mustafatik
الاستخدام
from mustafatik import mustafatik
# إنشاء كائن من المكتبة
device_generator = mustafatik()
# توليد بيانات جهاز عشوائية
device_data = device_generator._device()
print(device_data)
# تحديث المعاملات (params) ورؤوس الطلب (headers)
params = {"key1": "value1"}
headers = {"Accept": "*/*"}
updated_params = device_generator.updateParams(params)
updated_headers = device_generator.updateHeaders(headers)
print(updated_params)
print(updated_headers)
المطور
مصطفى تليجرام: @PPH9P
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
mustafatik-0.0.5.tar.gz
(6.6 kB
view details)
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 mustafatik-0.0.5.tar.gz.
File metadata
- Download URL: mustafatik-0.0.5.tar.gz
- Upload date:
- Size: 6.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.0rc1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
392f48eef7499d62e1010a5242d5034e3f20359ae2af79a817c91e39b4eec679
|
|
| MD5 |
31fa476f23ff42b42fdab3532ec6bb09
|
|
| BLAKE2b-256 |
92ff74e03081440f253fa342eb872eacfb9074efdb5318bccecbf6ab9a4f1ba2
|
File details
Details for the file mustafatik-0.0.5-py3-none-any.whl.
File metadata
- Download URL: mustafatik-0.0.5-py3-none-any.whl
- Upload date:
- Size: 6.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.0rc1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
cbd75d02a08834d168b869f91c3a99041cbec32fad0ea0473eac5baab6c7b1cf
|
|
| MD5 |
ddc72a1c2ac34819b6765bba5b8310c1
|
|
| BLAKE2b-256 |
afd88efd9dfaaf60ca11ba41924da7ed7913fd83f4c40455879e6b1aac160d59
|