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.2.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.2.tar.gz.
File metadata
- Download URL: mustafatik-0.0.2.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 |
bdad357aff65bc4b36594c40839e6078aae20890f6f365b01d43630a27a2f551
|
|
| MD5 |
fd70fd48c0a16046df0bc6d6278b00d4
|
|
| BLAKE2b-256 |
7800659df7a3b8252eb3acc93745750f37d0a349bcf55ca045361f81005e7800
|
File details
Details for the file mustafatik-0.0.2-py3-none-any.whl.
File metadata
- Download URL: mustafatik-0.0.2-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 |
4bcbd229a6de0560ab2d00efde361b1359d0f314d7c74cc5b75014b17ef246ee
|
|
| MD5 |
bbf2db6b41cd1066c56301d3210fbee0
|
|
| BLAKE2b-256 |
b9a0c974df69eeaca15ef468a07fb8139a3a85b86eea5a5fdbf2eff669057620
|