

I put random time delays between most of the actions to simulate the randomness of a human user using the website and try and avoid Instagram’s bot detection algorithms. The main strategy behind this is using the automated browsing tools that Selenium provides to log onto your account on the Instagram website, navigate past all of those annoying pop-ups, search the profile of some famous high profile people and just start following people that follow them randomly. Once you have selenium set up we are ready to create our python file InstaBot.py

This website and a couple of google searches should be enough to get this up and going.
#INSTAGRAM BOT FINDER INSTALL#
Not great, but better than nothing.įirst, you are going to need to set up and install the Selenium library. From some extensive testing, I determined that if you are following people at random about 1 in 10 will follow you back. We are just going to follow people at random and hope they follow us back. We are going to use the oldest trick in the book to gain some followers. The Instagram API is intentionally designed to make it nearly impossible to farm followers by using it so we have to rely on some unorthodox solutions. Selenium is a Python library that automates web browsers. If you aren't willing to shell out the big bucks on buying sketchy followers and want to automate this task, the best solution I found is using Selenium. Pretty much everyone wants to have more followers on their social media of choice. Want to get more Instagram followers? Don’t want to create good and engaging content? This article is for you.
