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.6.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.6.tar.gz.
File metadata
- Download URL: mustafatik-0.0.6.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 |
31a0e1e669cfb415ee6bb25fcb60cf16c6fb8407eebf8d04f3d0d62ebcc011cc
|
|
| MD5 |
39be0b3f1870ad33a7c2b220df9dc407
|
|
| BLAKE2b-256 |
4d660a767b83dbf469b705b5568ac9a07ca1b22e9a5266ae299a56534d8f9c8e
|
File details
Details for the file mustafatik-0.0.6-py3-none-any.whl.
File metadata
- Download URL: mustafatik-0.0.6-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 |
8095e8162eea1f2c9439f6f684a16b46d0a661afa1f871c2b7b55327d119d792
|
|
| MD5 |
75195124ad219150d5a6ec1fcfff0b15
|
|
| BLAKE2b-256 |
268a43c816ba9a7c5ec37dc6faf2cc2843e459936757ef2fcaa4291e3873ee68
|