Commit Graph

17 Commits

Author SHA1 Message Date
4ee648e5cb refactor: Change default exports to named exports for consistency 2026-01-02 17:05:06 +01:00
0bef406d2e exploit: add recommendations to avoid detection and improve user assistance 2025-12-06 14:33:42 +01:00
dbc14bd1e7 feat: add proxy support for account creation and enhance logging for proxy usage 2025-12-06 14:32:40 +01:00
9a547bdbab Fix link Acc 2025-11-29 14:31:35 +01:00
8950da2563 fix: Enhance referral URL handling and improve diagnostic logging for account creation 2025-11-14 20:13:17 +01:00
615122e894 feature: Improve popup and click management in the account creation process 2025-11-11 16:47:46 +01:00
6069f2eba0 Fix creator 2025-11-11 15:25:21 +01:00
ffb77d3a28 Fix url 2025-11-11 15:16:21 +01:00
1f3d4159e0 feat: Update command usage to include '--' for argument passing in creator script 2025-11-11 15:10:02 +01:00
89bc226d6b New structure 2025-11-11 12:59:42 +01:00
9fb5911fa2 feat: Centralize browser instance creation to eliminate duplication in Desktop and Mobile flows
fix: Update error message for HTTP 400 checks to English
refactor: Improve logging for network idle wait timeout in Workers
fix: Initialize lastError in Axios client to prevent undefined errors
chore: Update tsconfig to include path mappings for better module resolution
2025-11-09 17:56:46 +01:00
fd6dfb817e refactor: Replace warning logs with console messages for browser interaction instructions 2025-11-09 14:42:55 +01:00
69e8fff51e feat: Enhance CLI with auto-accept options and improve usage documentation 2025-11-09 14:29:37 +01:00
29f408a852 feat: Simplify account creation commands and enhance recovery email and 2FA handling 2025-11-09 13:19:33 +01:00
cbe9a11f95 feat: Add recovery email and 2FA support to account creation process 2025-11-09 12:43:31 +01:00
8eefd15b80 feat: Refactor and modularize flow handling for improved maintainability
- Extracted BuyModeHandler, DesktopFlow, MobileFlow, and SummaryReporter into separate modules for better organization and testability.
- Enhanced type safety and added interfaces for various return types in Load, Logger, UserAgent, and flow modules.
- Implemented comprehensive error handling and logging throughout the new modules.
- Added unit tests for DesktopFlow, MobileFlow, and SummaryReporter to ensure functionality and correctness.
- Updated existing utility functions to support new flow structures and improve code clarity.
2025-11-08 12:19:34 +01:00
6be9cca80f feat: Implement account creation module with realistic data generation
- Add DataGenerator class for generating emails, passwords, birthdates, and names.
- Create README.md detailing features, usage, and process flow for account creation.
- Develop CLI for initiating account creation with optional referral URL.
- Introduce nameDatabase for realistic first and last name generation.
- Define CreatedAccount interface for structured account data.
2025-11-07 20:45:18 +01:00