Commit Graph

7 Commits

Author SHA1 Message Date
57e98e6f03 feat: Refactor configuration and enhance error reporting functionality 2026-01-02 17:58:08 +01:00
6b7b07cc1f docs: add comprehensive Copilot instructions for maintainers
- Add .github/copilot-instructions.md (1150+ lines)

- Document all 40+ files analyzed

- Cover architecture, utilities, advanced features

- Exclude .github/ from ZIP downloads (export-ignore)

- Remove .github/ from .gitignore (now tracked)
2025-11-11 12:20:16 +01:00
e03761adfc feat: Enhance update mechanism with anti-loop protection and improved logging
- Implemented a restart counter to prevent infinite update loops.
- Added checks for update success using marker files.
- Improved logging for update attempts and failures.
- Created comprehensive documentation for npm commands and setup processes.
- Introduced a new update system using GitHub API for seamless updates.
- Added troubleshooting guidelines for common issues.
2025-11-09 20:13:30 +01:00
4c5d5ef9a8 feat: Implement main application logic and UI styling
- Added app.js to manage global state, WebSocket connections, and API interactions.
- Implemented functions for theme toggling, toast notifications, and updating UI elements.
- Created functions to fetch and display account metrics, logs, and status updates.
- Added event handlers for starting, stopping, and restarting the bot.
- Introduced WebSocket handling for real-time updates.
- Added style.css for consistent theming and responsive design across the application.
- Included styles for various UI components such as buttons, cards, logs, and empty states.
- Implemented light theme support with appropriate styles.
2025-11-08 23:56:21 +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
3116312cbc feat: update Dockerfile and documentation for platform-specific dependency generation 2025-11-04 22:31:27 +01:00
6d549e6590 Initial commit 2025-11-01 20:44:31 +01:00