


Log_mod=0, If you want to print or create log of the things to track the activity please use this. After the 5 Mins bot will follow the each user. Instabot.py is an extremely light instagram bot that uses the undocumented Web API. and you can replace 0 with number as many as you want.(I will suggest you to play inside couple of hundreds for this.)įor comments there are predefined code added, It will stop you from comment bans and use different comments each time when it'll run.įollow_time=5*60*60, Following time. By adding tags, bot will only like and follow the media in which provided #tags are used.įollow/comment_per_day=0, This will follow or comment as per the usage. Tag_list=, To reach to specific audience you can use this. but if you'll exceed you might get reported and face the ban. if you want to like more in few hours and use those 1000 likes in ex 6 hours, you can edit according to that. Like_per_day, as instagram has limit of 1000 likes a day, you should not exceed it more than 1000.

So that you wont need to give permission to integrate instagram API or anything. and then you are good to go.īot = InstaBot('login', 'password',like_per_day=1000, This library is written in python and it works without the new Instagram API. If everything is alright you'll see Login successful.
#Instabot py github full
I'm not going to explain this myself, the internet is full of tutorials for this stuff Using instabot.
#Instabot py github install
#!/usr/bin/env python# -*- coding: utf-8 -*- from instabot import InstaBotīot = InstaBot('login', 'password') bot.auto_mod() Next you need to install Python either into your PC or the Amazon virtual machine you just set up. replace username and password with your actual one. To test if you installed everything right please open editor and type this code. For more details read Git repository documentation, But there are few things I am adding you should know before that. Example.py is ready to go example file, you can enter your credentials (Username & Password) and lift off.
