-
Temporary Email Generation
Create disposable emails instantly for testing, registration, or privacy purposes. -
Premium Account Creation
Generate premium accounts with secure passwords and linked temporary emails. -
Proxy Support
Use working proxies to safely generate emails and accounts anonymously. -
Email Credential Management
Automatically retrieves and stores email credentials for each generated account. -
Verification Handling
Automatically processes verification codes for premium account signups. -
Persistent Storage
Saves all generated accounts in JSON files locally for easy management. -
User-Friendly CLI Interface
Clean and intuitive terminal-based interface for smooth usage. -
Screenshots for Debugging
Automatically saves screenshots of important steps in./data/screenshots.
-
Languages:
- Python – core automation and generation logic
-
Libraries:
- selenium – browser automation
- python-dotenv – environment variable management
- requests – proxy checking and network requests
-
Deployment:
- Runs locally on any system with Python 3.x installed
- Requires ChromeDriver for Selenium automation
-
Clone the repository:
https://github.com/m223rx/NorthGen.git cd NorthGen -
Install dependencies
pip install -r requirements.txt -
Set environment variables
-
Create a
.envfile:BASE_MAIL_URL=ttps://em.bjedu.tech/en/ BASE_CHAT_URL=https://chatgpt.com/auth/login/?next=%2Fk12-verification PROXY_SCRAPE_URL=https://raw.githubusercontent.com/sunny9577/proxy-scraper/refs/heads/master/proxies.txt PROXY_TEST_URL=http://example.com
- Run the application
python main.py
- Generate Accounts
- Choose to generate temporary emails or premium accounts
- Optionally enable proxies for anonymity
- View all generated accounts and credentials
- Modify screenshot save location in
classes/create_temp_mail.pyandclasses/create_premium_account.py. - Adjust proxy settings in
libs/load_proxies.pyandhelpers/scrape_proxy.py. - Customize CLI prompts and menu in
main.py.
- Add GUI for point-and-click interaction.
- Enable multi-threaded generation for faster account creation.
- Implement advanced proxy rotation and auto-retry logic.
- Add multi-user support with a database backend.
- Integrate email inbox reading for automated verification handling.
m223rx – 2025
© 2025 m223rx. All rights reserved.
