INSTAGRAM AUTOMATION || GET MORE FOLLOWERS|| INSTAPY.BOT

 INSTAGRAM AUTOMATION.

Hear we are using Instapy bot to Make Our Instagram Automate.


Required :

  1. Python
  2. Any ide or interpreter.
  3. Instapy

How to :

  1. open the ide you are using (hear iam using Pycharm)
  2. open new folder in it and name it "instabot"
  3. Open a file named "instabot.py"
  4. and the open the   terminal And give command "pip install instapy"
  5. wait for the installation.
  6. then write the code give  down

from instapy import InstaPy
from instapy import smart_run

my_username = 'username of your account'
my_password = 'password of your accouny'

session = InstaPy(username = my_username,
password = my_password,
headless_browser = False)

with smart_run(session):
session.set_relationship_bounds(enabled=True,
delimit_by_numbers=True,
max_followers=1000,
min_followers=10,
min_following=1)
session.set_do_follow(True, percentage=100)
session.set_dont_like(['nsfw', 'kia', 'ford'])-this are the hastags you dont wanna follow


session.like_by_tags(['python', 'learn',], amount=10) -the hastags you wanna follow-

































Comments