Skip to content

InstaNinja is your all-in-one Instagram tool designed to manage multiple accounts seamlessly. With a user-friendly GUI, InstaNinja allows you to automate common Instagram actions such as sending messages, viewing and liking stories, following and unfollowing users, commenting on posts, and scraping followers' data.

License

Notifications You must be signed in to change notification settings

ferid333/InstaNinja

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

InstaNinja

Screenshot 2024-09-19 110849

InstaNinja is a versatile Instagram automation tool that allows you to manage multiple accounts, send messages, interact with stories, follow/unfollow users, comment on posts, and scrape followers' data with ease.

Features

  • Multi-account Management
  • Automated Messaging
  • Story Viewing & Liking
  • Follow & Unfollow
  • Automated Commenting
  • Followers Scraping

Requirements

  • Python 3.6+
  • tkinter
  • instagrapi

Installation

  1. Clone the repository:

    git clone https://github.com/ferid333/InstaNinja.git
    cd InstaNinja
  2. Install dependencies:

    pip install -r requirements.txt
  3. Set up your configuration: Run the setup command using the provided Makefile to create your config.json file:

    make setup

    Enter your Instagram username and password when prompted.

    Alternatively, you can manually edit the config.json file to add or modify account credentials:

    {
      "accounts": [
        {
          "username": "your_username",
          "password": "your_password",
          "proxy": "your_proxy_address" (optional)
        }
      ]
    }

Usage

  1. Run the bot:

    python3 bot.py

    or

    python bot.py
  2. Select an action: Choose the action you want to perform (Send Message, Like Story, Follow, etc.).

  3. Enter required information: Fill in the relevant fields (e.g., usernames, messages, post URLs).

  4. Perform the action: Click on "Perform Action" to execute the selected task.

How It Works

  • Account Switching: InstaNinja automatically switches between accounts if multiple are configured.
  • Error Handling: If an action fails, the bot will display an error message and move to the next account or action.
  • Processing Overlay: While an action is in progress, a processing overlay will appear to indicate that the bot is working.

License

This project is licensed under the MIT License - see the LICENSE file for details.

Contributing

Feel free to fork this project, make improvements, and submit pull requests!

Note

Please do not use this bot for spamming or any other harmful activities.

About

InstaNinja is your all-in-one Instagram tool designed to manage multiple accounts seamlessly. With a user-friendly GUI, InstaNinja allows you to automate common Instagram actions such as sending messages, viewing and liking stories, following and unfollowing users, commenting on posts, and scraping followers' data.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published