Skip to content

zachlagden/Just-Eat-Account-Generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Just Eat Account Generator

An automated account creation tool for testing and educational purposes.

Requirements

  • Python 3.8+
  • pip (Python package installer)

Installation

  1. Clone the repository:
git clone https://github.com/zachlagden/just-eat-account-generator.git
cd just-eat-account-generator
  1. Install dependencies:
pip install -r requirements.txt
  1. Create a .env file with your configuration (see .env.example for reference)

Configuration

The script uses environment variables for configuration. Create a .env file in the project root with the following variables:

  • ANALYTICS_BASE_URL: Analytics API base URL
  • GATEWAY_BASE_URL: Gateway API base URL
  • JUST_EAT_BASE_URL: Main API base URL
  • WEB_BASE_URL: Web interface base URL
  • ACCOUNT_NAME: Default account name
  • EMAIL_DOMAIN: Email domain for generated accounts
  • EMAIL_PREFIX_LENGTH: Length of random email prefix (default: 10)
  • PASSWORD_LENGTH: Length of generated passwords (default: 14)
  • ACCOUNTS_DIR: Directory to save account files (default: /accounts)

Usage

Run the script:

python account_generator.py

The script will prompt you for the number of test accounts to create (1-10).

Output

Generated account details are saved to text files in the configured accounts directory.

Disclaimer

This script is for educational and testing purposes only. Always ensure you have permission to test on any domains you target and comply with all applicable terms of service.

License

See UNLICENSE file for details.

About

An automated Just Eat account creation tool for testing and educational purposes.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages