suphiyasin / Instagram-Automation-Tools

Instagram Whatsapp Messenger Automation Tools in one pack. Collect Mail and Phone numbers lather message them >:)

Home Page:https://suphi.org/docs.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Contributors Forks Stargazers Issues Hits


Logo

Instagram Advanced User Finder V2.0.0


With this React & Nodejs app, you can find users on Instagram and message them.
Feedback
Türkçe

Get Key

To obtain a monthly license, please contact @suphi007.

Free license on weekends

About the project

You can gather tens of thousands of users from one user with the features you are looking for on Instagram, collect phone numbers or e-mail addresses from their bios, contacts, and then send them a message with the text/HTML you want.

Requirements

  • Nodejs
  • React
  • Rabbitmq

Install Wiki

https://blog.suphi.org/instagram-automation-tools-nasil-kurulur/

Alwayas updated

NOTE: Messneger Sender Disabled !! Allways updated and 7/24 support 100+ clients :) Germany Accounts For Sale! :)

Using the repo by downloading

  1. This download script
  2. Create "rich" name database.
  3. And import the "rich.sql" or
  4. sql query
CREATE DATABASE `rich` /*!40100 DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci */

CREATE TABLE `bots` (
  `BotUserName` text NOT NULL,
  `BotToken` text NOT NULL,
  `BotAd` text NOT NULL,
  `BotTarih` date NOT NULL,
  `BotLimit` text NOT NULL,
  `KalanLimit` text NOT NULL,
  `BotVerify` text NOT NULL,
  `BotWebhook` text NOT NULL,
  `Statu` int(11) NOT NULL DEFAULT 0,
  `BotBitis` date NOT NULL,
  `ID` int(11) NOT NULL AUTO_INCREMENT,
  PRIMARY KEY (`ID`)
) ENGINE=InnoDB AUTO_INCREMENT=7 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci

CREATE TABLE `toplananhesaplar` (
  `username` text NOT NULL,
  `full_name` text NOT NULL,
  `pk` text NOT NULL,
  `Email` text DEFAULT NULL,
  `phonenumber` text DEFAULT NULL,
  `verifed` tinyint(1) NOT NULL,
  `takipci` int(11) NOT NULL,
  `takipedilen` int(11) NOT NULL,
  `location` text NOT NULL,
  `Statu` int(11) NOT NULL,
  `ID` int(11) NOT NULL AUTO_INCREMENT,
  PRIMARY KEY (`ID`)
) ENGINE=InnoDB AUTO_INCREMENT=1752 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci

CREATE TABLE `webmail` (
  `smtphost` text NOT NULL,
  `port` int(11) NOT NULL,
  `secure` tinyint(1) NOT NULL,
  `email` text NOT NULL,
  `pass` text NOT NULL,
  `subject` text NOT NULL,
  `ID` int(11) NOT NULL AUTO_INCREMENT,
  PRIMARY KEY (`ID`)
) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci

CREATE TABLE ayar (
  tikliOnerilen int(11) NOT NULL,
  id int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci

Updates

Hello, first of all, api.js has been changed. The reason is to prevent errors from occurring in a very short time. Please everyone needs to find the Instagram mobile bearer token! If you do not know how to find it, please log in with the login function via suphiyasin/instagram-api and enter the token given to you. Add "Token" to cookies.json: "IGT:2:ey1234567890";

Coding for TikTok :)

How to Use the Panel?

1- Data collecting

a. User Aggregation

Firstly, in the "account gathering" section,
1-) Gathering from Suggestions: Here, you enter a username, and all accounts that resemble it are collected, and their emails and phone numbers are checked.
2-) Gathering from Location: You enter the ID of a location, and it collects accounts that have made posts in that location, scanning them.
3-) General Gathering: A gathering process is initiated with the support of artificial intelligence (ChatGPT Turbo 3.5 Supported)...
4-) Gathering from Hashtags: A service that is currently under maintenance.

Send Message

a. Sending Mail

SMTP Settings

  1. Enter the "webmail" on phpmyadmin etc. and insert your webmail .

Sending process

  1. Click the "mail sender" menu under the "Sender" menu.
  2. After making the mail, press the "Start" button and wait.

a. Send an Instagram DM

  1. Click on the "dm sender" menu under the "Sender" menu.
  2. Type the message to be sent in the "Draft" section of the screen that appears.
  3. In the "Enter Your Accounts" section, enter your Instagram user and password that you will message, with : (colon above) between them.
  4. After performing all the operations, press the "Start" button and wait.

a. Sending a message with Whatsapp

  1. Click on the " wp sender" menu under the "Sender" menu.
  2. In the "ENTER NO LIST" section, enter the phone numbers of the people to whom the message will be sent, with a space between them.
  3. Enter the message to be sent in the "DRAFT" section.
  4. After performing all the operations, press the "Start" button and wait.

Weekly Key Area (Suspend)

Password =>  Contact me  Telegram @suphi007

Screenshots

Index

image

Collect From Location

image

Collect With AI

image

Mail sender

image

WP Sender

image

DM Sender

image

Messenger Sender

image

About

Instagram Whatsapp Messenger Automation Tools in one pack. Collect Mail and Phone numbers lather message them >:)

https://suphi.org/docs.html

License:MIT License


Languages

Language:CSS 62.9%Language:JavaScript 20.6%Language:SCSS 10.3%Language:HTML 6.3%