mirror of
https://github.com/LightZirconite/Microsoft-Rewards-Bot.git
synced 2026-01-10 01:06:17 +00:00
- 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.
24 lines
422 B
Plaintext
24 lines
422 B
Plaintext
sessions/
|
|
dist/
|
|
node_modules/
|
|
.vscode/
|
|
.github/
|
|
diagnostics/
|
|
reports/
|
|
accounts-created/
|
|
accounts.json
|
|
accounts.jsonc
|
|
notes
|
|
accounts.dev.json
|
|
accounts.dev.jsonc
|
|
accounts.main.json
|
|
accounts.main.jsonc
|
|
.DS_Store
|
|
.playwright-chromium-installed
|
|
*.log
|
|
.update-backup/
|
|
|
|
# Exclude package-lock.json from repo for cross-platform compatibility
|
|
# Each platform (Windows/Linux/Raspberry Pi/Docker) generates its own
|
|
package-lock.json
|