feature: Improve popup and click management in the account creation process

This commit is contained in:
2025-11-11 16:47:46 +01:00
parent b4bb375226
commit 615122e894
3 changed files with 119 additions and 30 deletions

View File

@@ -135,6 +135,10 @@ async function main(): Promise<void> {
log(false, 'CREATOR-CLI', '✅ Account creation complete! Browser will remain open.', 'log', 'green')
log(false, 'CREATOR-CLI', 'You can now use the account or close the browser manually.', 'log', 'cyan')
log(false, 'CREATOR-CLI', 'Press Ctrl+C to exit the script.', 'log', 'yellow')
log(false, 'CREATOR-CLI', '', 'log') // Empty line
log(false, 'CREATOR-CLI', '⚠️ IMPORTANT: Wait 10-20 minutes before creating another account', 'warn', 'yellow')
log(false, 'CREATOR-CLI', '📍 For multiple accounts: Wait longer between each (5-10 min minimum)', 'warn', 'yellow')
log(false, 'CREATOR-CLI', '🚫 Creating too many too quickly = Rate limit (24-48 hours blocked)', 'warn', 'yellow')
// Keep process alive indefinitely
await new Promise(() => { }) // Never resolves