Author: Krish Shah Created on: 12/15/2024
This script automates the process of creating Taco Bell accounts using email permutations. It performs the following tasks sequentially:
- Dynamically generates the next permutation of a provided base email (e.g., inserting dots in usernames).
- Automates the Taco Bell account creation process using Playwright.
- Fetches the verification email using IMAP.
- Completes the email verification process.
-
Install the required dependencies:
- Install Python 3.9 or higher.
- Run
pip install playwright
. - Run
pip install imapclient
. - Run
pip install python-dotenv
. - Set up Playwright browsers:
playwright install
.
-
Prepare Gmail credentials:
- Enable IMAP on your Gmail account.
- Generate an app password for Gmail: https://myaccount.google.com/security
-
Run the script: python final_code.py