This Python script automates the process of creating an Instagram account.
The script uses Selenium WebDriver to interact with Instagram's signup page and a temporary email service. It fills out the necessary forms, retrieves the confirmation code from the temporary email, and completes the signup process.
- Python 3.6+
- Selenium WebDriver
- ChromeDriver
- Clone the repository:
git clone https://github.com/Mamoosh/Instagram-Account-Creator.git
- Install the required Python packages:
pip install selenium
- Make sure ChromeDriver is in your PATH or specify its location in the script.
- Run the script:
python main.py
If you encounter any problems or have any questions, please open an issue in this repository.
Contributors names and contact info
- 0.2
- Initial Release