OpenFF: Fetch FF account info and ban status
Project description
OpenFF
Introduction
OpenFF is a Python package that allows users to fetch any FF account info directly from Python.
Created by Abdul Moeez in Pakistan.
Example FF UID: 12544204952.
Minor bug fix in 1.3.2
Usage
OpenFF contains two functions:
-
show_info(uid, region)
-
is_ban(uid)
CLI Usage
OpenFF 1.2.0 contain cli commands:
show_info --reg
UID arg is require.
If you not use --reg so it was use "PK" as default.
is_ban
UID arg is require.
OpenFF 1.3.1 contain.
When you run open-freefire in terminal so that show entire README.md on your terminal.
Function: show_info()
Parameters:
uid (int) → FF UID (example: 12544204952)
region (str) → Region code (example: "PK")
Returns:
Account information in JSON format.
Example:
import OpenFF
info = OpenFF.show_info(12544204952, "PK") print(info)
Function: is_ban()
Parameters:
uid (int) → FF UID (example: 12544204952)
Returns:
Ban status of the account in JSON format.
Example:
import OpenFF
ban_status = OpenFF.is_ban(12544204952) print(ban_status)
Notes
UID must be an integer (11 digits)
Region must be a string
Functions have automatic error handling
Thanks
Thanks for using my Python package! 🎉
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
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 open_freefire-1.3.2.tar.gz.
File metadata
- Download URL: open_freefire-1.3.2.tar.gz
- Upload date:
- Size: 3.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
93dba370ea43bfdcc390eee82541752edebfa3670dbb484439028c4a8e66a052
|
|
| MD5 |
6adacb712eb1a82fbddf9f282c3e96cd
|
|
| BLAKE2b-256 |
2da5a37afed53e74f9693564f281fcd2179a9a3ccfb83dbb9343dc241d4ab482
|
File details
Details for the file open_freefire-1.3.2-py3-none-any.whl.
File metadata
- Download URL: open_freefire-1.3.2-py3-none-any.whl
- Upload date:
- Size: 5.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4695a00a0ab1f81df95fbe8ef141614c606cb3ec1b7c2f7a2e067531c1cc6b95
|
|
| MD5 |
aaff78a1c07c6cb4de812260aa49b16a
|
|
| BLAKE2b-256 |
df61937c53d54aba5335c9400005d1c9e688757bb9438a0fb74b0eaadea162d5
|