Skip to content

Instantly share code, notes, and snippets.

View HarshitRV's full-sized avatar
:octocat:
Building the web

Harshit Kr Vishwakarma HarshitRV

:octocat:
Building the web
View GitHub Profile
@HarshitRV
HarshitRV / README.md
Last active April 23, 2026 07:30
Python Instagram Follower Bot with Selenium and Chrome Webdriver

Instagram Follower Bot

It automatically logs on to Instagram with the provided email and password and searches for the account mentioned and scroll through the list of people following that account and makes its own list.

It then goes through the list of people it made and follows them one by one. It can also unfollow the people you are following.

Setup

  1. Clone this repo to your local machine.
  2. Create a virtual environment using the following commands.
   python3 -m venv env