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.3.tar.gz
(3.4 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.3.tar.gz.
File metadata
- Download URL: mustafatik-0.0.3.tar.gz
- Upload date:
- Size: 3.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.0rc1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
902c4276b86efa78d244da2f1ad2765bc71b4b460b4b8bc00c175b03dba61c22
|
|
| MD5 |
2f73dc00f1a4dbb08dac8430f29effcd
|
|
| BLAKE2b-256 |
dc61d7ee232a2709aead9be0b20cd1903d8494d85544a7607107636fe11d3659
|
File details
Details for the file mustafatik-0.0.3-py3-none-any.whl.
File metadata
- Download URL: mustafatik-0.0.3-py3-none-any.whl
- Upload date:
- Size: 3.6 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 |
e7892a38ae9ca7a4e3f2a3191b55ed49cbbd77c03f9d9c7326078fbb37b9d776
|
|
| MD5 |
a38be43a2017bed6bae0925bac1d06e4
|
|
| BLAKE2b-256 |
9bf10a7593aef1cf615c053e8745bf167dfca348b6d87e44e5491a06cf7f35c7
|