This project is a Python automation bot that logs into Instagram using Selenium WebDriver. It automates the login process by filling in credentials and submitting the login form.
- Automated Instagram login with Python and Selenium.
- WebDriverWait for dynamic element detection.
- Bypasses basic bot detection using Chrome options.
- Uses headless mode (optional) for background execution.
Make sure you have the following installed:
- Python 3.x
- Google Chrome (latest version)
- ChromeDriver (matching your Chrome version)
- Required Python packages:
pip install selenium
π License This project is open-source and available under the MIT License.
This README provides a detailed overview of your project with setup, usage, and disclaimers. Let me know if you want any changes! π