Instagram Bot Built with Python 3 using Selenium Library.
- Login to Instagram
- Navigate to a user's Page
- Follow a User
- Unfollow a User
- Get List of Followers of any User
- Log Out from Instagram
- Download driver for your respective version of Google Chrome into the root directory of the project. To see your Google Chrome version, go to chrome://version/ in your browser. To download the respective driver, go here: http://chromedriver.chromium.org/downloads.
- You can simply use pip install selenium in cmd or terminal.