Skip to content

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

Notifications You must be signed in to change notification settings

alii76tt/python_instagram_bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages