22:17:17,368 - INFO - LOGIN FLOW! Just logged-in: False 22:17:17,367 - INFO - Recovery from Well all you need to do is add a line of code there: from instabot import Bot Now let us modify the above code to get your list of followers. It will have all the log information there. You will also find one directory/folder created called config. You can see that our login was a successful one. So basically the bot mimics a real device and performs the login. 22:17:17,656 - INFO - Logged-in successfully as 'instacodeblog'! 22:17:14,368 - INFO - LOGIN FLOW! Just logged-in: False 22:17:14,367 - INFO - Recovery from If you want to use the source and build from there, then you can install as follows: pip3 install git+Īs mentioned in introduction unlike the bots that uses Selenium or Beautiful Soup with logic of web scraping, this would be a powerful bot that can: The above command will install the module from PyPi repository. We will start by importing our library module ( instabot-py) using PIP command # For Mac and Linux Uses In this tutorial I will be using Python 3 programming language to create an Instagram bot. 4.1 Related posts: Installing Instagram Bot LibraryINSTAGRAM BOT PYTHON CODE
INSTAGRAM BOT PYTHON INSTALL
INSTAGRAM BOT PYTHON FOR MAC