mirror of
https://github.com/bohd4nx/FragmentAPI.git
synced 2026-07-25 14:24:31 +00:00
760c853acd
- Implemented Fragment API with methods for TON topups, Premium gifts, and Stars purchases. - Created configuration management using environment variables. - Added detailed README documentation for installation, configuration, and usage. - Developed utility classes for API client, wallet linking, and transaction processing. - Included example usage in main.py for easy demonstration of API functionalities. - Updated requirements.txt with necessary dependencies.
5 lines
135 B
Python
5 lines
135 B
Python
__title__ = "Fragment API by @bohd4nx"
|
|
__version__ = "2025.1.1"
|
|
__author__ = "Bohdan (bohd4nx)"
|
|
__timestamp__ = "2025-11-03T12:00:00Z"
|