INSTAGRAM AUTOMATION || GET MORE FOLLOWERS|| INSTAPY.BOT
INSTAGRAM AUTOMATION.
Hear we are using Instapy bot to Make Our Instagram Automate.
Required :
- Python
- Any ide or interpreter.
- Instapy
How to :
- open the ide you are using (hear iam using Pycharm)
- open new folder in it and name it "instabot"
- Open a file named "instabot.py"
- and the open the terminal And give command "pip install instapy"
- wait for the installation.
- 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
Post a Comment