feat: Add Fragment API for TON topups, Telegram Premium purchases, and Stars transactions

- 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.
This commit is contained in:
bohd4nx
2025-11-03 05:58:34 +08:00
commit 760c853acd
17 changed files with 963 additions and 0 deletions
+4
View File
@@ -0,0 +1,4 @@
python-dotenv==1.2.1
asyncio==4.0.0
httpx==0.28.1
tonutils==0.5.3