Skip to content

Latest commit

 

History

History
47 lines (25 loc) · 958 Bytes

README.md

File metadata and controls

47 lines (25 loc) · 958 Bytes

Instagram Account Creator

This Python script automates the process of creating an Instagram account.

Description

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.

Getting Started

Dependencies

  • Python 3.6+
  • Selenium WebDriver
  • ChromeDriver

Installing

  1. Clone the repository:

git clone https://github.com/Mamoosh/Instagram-Account-Creator.git

  1. Install the required Python packages:

pip install selenium

Executing program

  1. Make sure ChromeDriver is in your PATH or specify its location in the script.
  2. Run the script:

python main.py

Help

If you encounter any problems or have any questions, please open an issue in this repository.

Authors

Contributors names and contact info

Version History

  • 0.2
  • Initial Release