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.4.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.4.tar.gz.
File metadata
- Download URL: mustafatik-0.0.4.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 |
24151539b9c92dff3d14ae32b3698fe74086fa704ef6e7d855870ab5031cd40d
|
|
| MD5 |
7a701c6395de8b1140cfee3bb58cb506
|
|
| BLAKE2b-256 |
fb20b7802df035c5017532f4fb437e43162da509af48a21f1709e45d70d1fd52
|
File details
Details for the file mustafatik-0.0.4-py3-none-any.whl.
File metadata
- Download URL: mustafatik-0.0.4-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 |
671d97c3a6b34cd92a383bc0b7d4e2ea2c100582e1ffda9b35907a18af1309a7
|
|
| MD5 |
b12788166c06500e97f5a49ce5f042f6
|
|
| BLAKE2b-256 |
5c75d461d011d06c231342baf330448c5afcddaf198bb796e33d97537b15439b
|