Thư Viện Hỗ Trợ Viết Tool Facebook Nhanh
Project description
mmo_tools
Đây là một thư viện Python chứa các hàm tiện ích để chuyển đổi dữ liệu và cấu hình proxy .
funciton
convert_data
- Chuyển đổi dữ liệu từ tệp đầu vào thành danh sách các đối tượng từ điển.
- input: path file input (str).
- result: dict (
[{},{}]).
headers
- return dict facebook headers
checklive
- return status account facebook uid
- input : user-id facebook account
- result : + status live : 1 + status die : 0
example
import os , sys
from mmo_tools import *
# Giả sử file_path là đường dẫn tới tệp dữ liệu
file_path = 'data/mmo_tools.txt'
def func1():
# Chuyển đổi dữ liệu từ tệp
data = convert_data(file_path)
print(data) # [{'key': 'value'}, {'key2': 'value2'}]
def func2():
headers = headers()
print(headers) # {'user-agent':'my user-agent','accept':'*/*'...}
def funcc():
status = checlive(506356883)
print(status) # result : 0
install
pip install mmo_tools
update new version
pip install --upgrade mmo_tools
contact
- Youtube : ilam
- Facebbok : Le Dinh Lam
- Telegram : Lam
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
mmo_tools-0.1.2.tar.gz
(4.1 kB
view details)
File details
Details for the file mmo_tools-0.1.2.tar.gz.
File metadata
- Download URL: mmo_tools-0.1.2.tar.gz
- Upload date:
- Size: 4.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.8.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ac6830ebedd87a8a446139816718bfbe430569b60ccbb7c9921e8322b1917bea
|
|
| MD5 |
8ca3fd17259f0471d5289a01a2769b9e
|
|
| BLAKE2b-256 |
3390216a9048a8f6056e52f84580027a8890b504c207b48c217f2304eb55148f
|