A Simple Instagram Like & Comment Bot written in Python

An Instagram bot written in Python using Selenium on Google Chrome. It will go through posts in hashtag(s) and like and comment on them.

Getting Started

Please be aware of Instagram’s daily limits for likes and comments to avoid getting your account banned.

Prerequisites

  • Python 3
  • Pip – a python package manager
    • Download this file, open a command prompt and navigate to the folder containing the get-pip.py installer, and run python get-pip.py to install
    • Run pip --version to check if it has installed correctly
  • ChromeDriver – a WebDriver for Chrome
  • Selenium – a python package used to automate web browser interaction
    pip install -U selenium

Instructions

  1. Download ChromeDriver and extract the file.