Modules
TM Acc Gen
Global account generator module.
The AccountGen module creates accounts using CSV only. No extension is required.
Running AccountGen via CSV
Open accountgen/tasks.csv
and enter your tasks in this format:
Module,Mode,Quantity,Email,Password,FirstName,LastName,Zip,Phone,Start Time,Stop Time,Proxy File
Example (required fields filled; generation-enabled fields left empty or set to RANDOM):
ticketmaster,imap,1,[user@example.com](mailto:user@example.com),,RANDOM,RANDOM,RANDOM,+15551234567,,,
Requirements
- Mode:
imap
(only supported mode) - Quantity: always
1
- Email: required (each task must use a unique email)
- Phone: required (each task must use a unique number), format:
+<countrycode><number>
(no spaces)
Optional Fields
- Start Time, Stop Time, Proxy File: optional; if Proxy File is empty, the module uses
proxies.txt
inaccountgen/
Auto-Generation Support
For these fields you may put RANDOM
or leave empty to let the bot generate values:
Password
FirstName
LastName
Zip
Verification Logic
- This module always requires both SMS and Email verification.
- Ensure the phone numbers are valid and reachable.
Output
- Created accounts are written to:
accountgen/accounts.csv