6 Commits

Author SHA1 Message Date
bohd4nx 27ce28fd32 fix: correct regex pattern in get_fragment_hash function to properly escape backslashes 2026-07-06 11:27:10 +03:00
bohd4nx b11b9f299b fix: correct regex pattern in get_fragment_hash function to properly match fragment hash 2026-07-05 16:47:26 +03:00
bohd4nx 2bd8cc177a chore: update version to 2026.3.3 and dependencies; improve string formatting in transport functions 2026-07-05 16:16:14 +03:00
bohd4nx fd31342d03 Refactor: Replace httpx with curl-cffi for HTTP requests and update dependencies 2026-07-05 16:13:16 +03:00
bohd4nx ef831d12a0 chore: update Python version to 3.11 in CI and project files; remove outdated CONTRIBUTING and SECURITY documents 2026-06-27 02:25:09 +03:00
bohd4nx ae164d4fe7 feat: Implement marketplace and purchases services
- Added MarketplaceService for searching usernames, numbers, and gifts.
- Introduced PurchasesService for purchasing stars and premium subscriptions.
- Created WalletService for wallet operations including balance checks and top-ups.
- Developed transaction handling for TON and USDT transfers.
- Added models for payments, marketplace results, and wallet information.
- Implemented error handling for various operations including wallet and transaction errors.
- Established domain structure for purchases, marketplace, and wallet functionalities.
2026-05-20 23:33:01 +03:00