Skip to content

Latest commit

History

History
177 lines (122 loc) 路 8.63 KB

home.md

File metadata and controls

177 lines (122 loc) 路 8.63 KB
title hide_title slug
Home
true
/

InstaPy

Tooling that automates your social media interactions to "farm" Likes, Comments, and Followers on Instagram implemented in Python using the Selenium module.

Twitter of InstaPy | Discord Channel |聽How it works (FreeCodingCamp) |
Talk about automating your Instagram | Talk about doing Open-Source work |聽Listen to the "Talk Python to me"-Episode

Newsletter: Sign Up for the Newsletter here!
Guide to Bot Creation: Learn to Build your own Bots


Installation

pip install instapy

Important: depending on your system, make sure to use pip3 and python3 instead.

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.

If you would like to install a specific version of Instapy you may do so with:

pip install instapy==0.1.1

Running Instapy

To run InstaPy, you'll need to run the quickstart script you've just downloaded.

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="abcd", 
        password="1234")

Or you can pass them using the Command Line Interface (CLI).

Once you have your quickstart script configured you can execute the script with the following commands.

python quickstart.py
-- or
python quickstart.py --username abcd --password 1234

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 the headless_browser=True parameter to the InstaPy(headless_browser=True) constructor.

Updating InstaPy

pip install instapy -U

Guides

Video tutorials:

Complete Guide to Bot Creation

Installation on Windows

Installation on MacOS

Installation on Linux

Installation on DigitalOcean Server

Written Guides:

How to Ubuntu (64-Bit) 聽聽聽聽聽聽

How to RaspberryPi 聽聽聽聽聽聽

RealPythons InstaPy Guide 聽聽聽聽聽聽

InstaPy : d茅veloppez vous-m锚me votre bot Instagram ! 聽聽聽聽聽聽

External Tools:

InstaPy Dashboard (Deprecated)

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] (Requires 3rd party service that is no longer online) (https://github.com/breuerfelix/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.

Support

Do you need help?

If you should encounter any issue, please first search for similar issues and only if you can't find any, create a new issue or use the discord channel for help.

Discord channel

Do you want to support us?


Help build InstaPy!
Check out this short guide on how to start contributing!.

Credits

Community

An active and supportive community is what every open-source project needs to sustain. Together we reached every continent and most of the countries in the world!
Thank you all for being part of the InstaPy community 鉁岋笍

InstaPy reach

Contributors

This project exists thanks to all the people who contribute. [Contribute].

Backers

Thank you to all our backers! 馃檹 [Become a backer]

Sponsors

Support this project by becoming a sponsor. Your logo will show up here with a link to your website. [Become a sponsor]


Disclaimer: Please Note that this is a research project. I am by no means responsible for any usage of this tool. Use on your own behalf. I'm also not responsible if your accounts get banned due to extensive use of this tool.