Metadata-Version: 2.4
Name: Black_apis
Version: 0.1.0
Summary: Obtain Free Fire JWT tokens using guest credentials or access tokens
Author-email: Your Name <you@example.com>
License: MIT
Project-URL: Homepage, https://github.com/yourname/ff_jwt
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
Requires-Dist: requests>=2.25.0
Requires-Dist: protobuf>=4.21.0
Requires-Dist: pycryptodome>=3.10.0

# ff_jwt

A Python library to obtain Free Fire JWT tokens.

## Installation

```bash
pip install ff_jwt
