automation.mp4
This project uses Python and Selenium WebDriver to automate the following tasks on Instagram:
- Login using a dummy account
- Search for the account
cbitosc - Follow the account if not already followed
- Extract profile data (bio, followers, following, posts)
- Save extracted info to a text file
- Python 3.8+
- Google Chrome installed
- ChromeDriver (version matching your Chrome)
Install dependencies:
pip install -r requirements.txt