Skip to content

fkitsantas/InstaPY

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

InstaPY v0.1

Tooling that automates your social media interactions to “farm” Likes, Comments, and Followers on Instagram Implemented in Python using the Selenium module and having as base the InstaPy API - Library from Tim Großmann (https://github.com/timgrossmann/InstaPy)

Table of contents

InstaPY Quickstart

Installation

Using this repository, you will be able to install and use InstaPY with only very few steps.

  1. Download the zip of this repository by clicking on the green button in the upper right corner Clone or download.
  2. Unzip the folder and open the installation folder .
  3. Double click the installation file for your system.
  4. If you missed any installation it will tell you what you have to install.
  5. Once successfully installed you can edit the insta.py file.
  6. Insert your username and password and modify anything you want.
  7. The last step is to open the run folder and double click the file that suits your platform, e.g. mac_start.command for MacOS.

Manual 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 download and run the insta.py script that you can find in this repository.

You can put in your account details now by editing the configuration inside the Settings of your insta.py file.

Once you have your insta.py script configured you can execute the script with the following command.

python insta.py

InstaPY will now start working.

Updating InstaPy

pip install instapy -U

Guides

Video tutorials:

Official InstaPy Guide on Udemy

Installation on Windows

Installation on MacOS

Installation on Linux

Installation on DigitalOcean Server

Written Guides:

How to Ubuntu (64-Bit)       

How to RaspberryPi       

Support

Do you need help?

If you should encounter any issue, please first search for similar issues.


Credits

Contributors

This project exists thanks to all the people who contribute to timgrossmann's InstaPY. [Contribute].


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.