
If you wanna now how to get instagram followers fast ?, how to get likes on instagram and how to grow up your bussines on instagram, the answer is InstaPy tool for automates make your instagram account interact with anything like hashtag, comments, likes, followers and many more. All of that is run automatically or we called instagram bot.
InstaPy is coded by Tim Grossmann, you can learn how to use this tool with full video tutorials. InstaPy is also support in graphical user interface mode, this will help you to manage more easily.
InstaPy
Tooling that automates your social media interactions to “farm” Likes, Comments, and Followers on Instagram Implemented in Python using the Selenium module.
Installation
That’s it !!
If you’re on Ubuntu, read the specific guide on Installing on Ubuntu (64-Bit). If you’re on a Raspberry Pi, read the Installing on RaspberryPi guide instead.
Important: depending on your system, make sure to use pip3
and python3
instead.
- Here is the easiest quickstart script you can use
- And here you can find lots of sophisticated quickstart templates shared by the community!
You can put in your account details now by passing the username and password parameters to the InstaPy()
function in your quickstart script, like so:
InstaPy(username="abc", password="123")
Or you can pass them using the Command Line Interface (CLI).
If you’ve used InstaPy before installing it by pip, you have to move your old data to the new workspace folder for once. Read how to do this here.
To run InstaPy, you’ll need to run the quickstart script you’ve just downloaded.
python quickstart.py -- or python quickstart.py --username abc --password 123
InstaPy will now open a browser window and start working.
If want InstaPy to run in the background pass the
--headless-browser
option when running from the CLI Or add theheadless_browser=True
parameter to theInstaPy(headless_browser=True)
constructor.
Updating InstaPy
Guides
- Video Tutorials :
- Written Guides :
External Tools:
InstaPy Dashboard

InstaPy Dashboard is an Open Source project developed by @converge to visualize Instagram accounts progress and real-time InstaPy logs on the browser.
InstaPy GUI

InstaPy GUI is a Graphical User Interface including some useful Analytics developed by @breuerfelix.
Docker
All information on how to use InstaPy with Docker can be found in the instapy-docker repository.
Documentation
A list of all features of InstaPy can be found here.
Help build InstaPy!
Check out this short guide on how to start contributing!.