Automates logging into Instagram, navigating to a similar account's followers list, and attempting to follow accounts.
- Logs into Instagram with provided credentials
- Opens the followers list of a target account
- Clicks available "Follow" buttons with delays and basic interception handling
- Python 3.9+
- Google Chrome installed
- Packages:
selenium
Install:
pip install seleniumEdit variables in main.py:
SIMILAR_ACCOUNT = "target_account"
INSTA_ACCOUNT = "your_username"
PASSWORD = "your_password"
python main.pyNote: Use responsibly and in accordance with Instagram's Terms of Service.