Skip to content

Latest commit

 

History

History
70 lines (52 loc) · 1.9 KB

README.md

File metadata and controls

70 lines (52 loc) · 1.9 KB

python_instagram_bot

An Instagram bot that can do many things written in Python.

Screenshot

Video

[] python instagram bot

Properties

  • Sign In
  • Get Followers
  • Get Following
  • Follow User (can do more than one)
  • Unfollow User (can do more than one)
  • Who Don't Follow Me
  • Watch Story

Getting Started

Prerequisites

You will need the following for running this script-

1)Python3 installed in your system
2)Firefox web browser with Firefox webdriver
3)pip
4)selenium==3.141.0
5)requests
6)colorama==0.4.4

Requirements

colorama==0.4.4 selenium==3.141.0

Installation Instructions

1) Installing Python3

Site to download python3 https://www.python.org/downloads/

2) Installing Firefox

cd
sudo apt-get -y install firefox
cd
wget https://github.com/mozilla/geckodriver/releases/download/v0.26.0/geckodriver-v0.26.0-linux64.tar.gz
tar xzf geckodriver-v0.26.0-linux64.tar.gz
sudo mv geckodriver /usr/bin/geckodriver
For Windows:
  1. Install Firefox
  2. Download -> 32bit - geckodriver, 64bit - geckodriver - Download the zip folder and extract it
  3. Add the file present in the extracted folder to the path
    To add the file to path, paste it here (at this location) ->
    C: -> Users -> <your_pc_name> -> AppData -> Local -> Programs -> Python -> Python<version_>

Installation

$ git clone https://github.com/alii76tt/python_instagram_bot
$ cd python_instagram_bot
$ pip install -r requirements.txt
$ python3 main.py