Skip to content

DRVR1/Instagrow2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

79 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Instagrow2

Project Description

Computer software, that automatically logs in your instagram account, and performs a defined number of actions per day, increasing your account visibility.

Warning

By using this software, you are breaking the instagram's terms of use.
The misuse of this software can lead to the temporary or permanent blocking of your instagram account. Please use it carefully and read the documentation.
Remember that instagram implements powerful algorithms and artificial intelligence to detect whether requests to it are made by human users or by automated tools. Once it detects suspicious behaviors and patterns, it imposes a block, temporary at best or permanent at worst.
The responsability is yours.

⚠️ This version does not support advanced human behavior techniques. For this reason, you have higher chances of being detected. A premium version of this software is under development, which will cover this feature and much more.⚠️

Features

  • Mass follow / unfollow instagram accounts.
  • Single account full scrapping
  • Scrape followers / followings
  • Saves logs
  • Saves scrapped followers into json files
  • Stores and loads session data
  • List people who don't follow you back and save the list
  • Executable setup for windows
  • Compatibility with linux.

Coming soon

  • Add an option to edit the bot's user agent
  • Add an option to configure a proxy for the bot
  • AutoStartup and automatic actions (no human intervention needed).
  • Automatic content posting (posts, comments, likes, histories).

Safety measures (avoid banning/shadowbanning/thortling)

  • Verifying your @account with a phone number
  • Not using a cheap or a free proxy (proxy support coming soon)
  • Using an old account
  • Waiting a reasonable time between following/posting/etc (automatic and configurable)
  • Loging in with a sessionID (automatic)
  • Use a recognized device
  • Not scrapping foreign info

What safety measures you take, depends on your usecase. This app is configured by default with the safests measures, according to the instagrapi documentation, also your sessionID will be automatically saved.

How to use

Having python3 installed and the console opened in the project folder:

pip install -r requirements.txt

python main.py

(Please install the requirements from the file, this app uses forks)

Example 1: i want to follow the followers of @python.hub to increase my account visibility (beacuse i make python posts too)

  1. Add your instagram account (@username and password) (as you are extracting foreign info, use an account you can afford to lose).
  2. Two factor autentication must be disabled in order to login from this app.
  3. Select the scrape account followers option
  4. Enter the target username (@python.hub)
  5. Select the max number of followers you wish to scrape (the less, the safer)
  6. The scrapped followers will be saved into a json, containing names, pictures urls, and some metadata.
  7. Select the mass follow option and select the previously scrapped json
  8. The app will start following until it runs out of tokens (tokens are a safety measure, altough can be configured)

Screenshots

main botconfig botstats

Files

files

Scrapped @instagram

scrapped

About

Instagram automation tool written in python

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages