godxgamer / InstaNumCreator

πŸš€ Free Api For instagram number account creator. based on android latest version of instagram

Home Page:https://telegram.me/gxbytes

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

InstaNumCreator

InstaNumCreator is a Python script designed to automate the creation of Instagram accounts using numerical patterns. This script leverages the InstaGenPro API, allowing users to streamline the process of creating multiple Instagram accounts efficiently.

- Free Api Key

dh6345sdsh3sdr8s98fd8

Features

  • Seamless integration with the InstaNumCreator API.
  • User-friendly interface for quick account creation.
  • Proxy support for secure and anonymous operations.
  • SMS-based OTP verification for enhanced security.

Prerequisites

Before using InstaNumCreator, ensure you have the following:

Getting Started

  1. Clone the repository:

    git clone https://github.com/godxgamer/InstaNumCreator.git
    cd InstaNumCreator
  2. Install the required Python packages:

    pip install requests
  3. Replace placeholder values:

    • Replace YOUR_API_KEY in the headers with your actual InstaNumCreator API key.
    • Update number with the desired phone number for Instagram registration.
    • Modify proxy_path with your proxy details.

Usage

Execute the script by running:

python instanumcreator.py

InstaNumCreator API Documentation

Overview

InstaNumCreator is a Python script designed to automate the creation of Instagram accounts using numerical patterns. This script utilizes the InstaNumCreator API to streamline the process of creating multiple Instagram accounts efficiently.

API Endpoints

1. Send OTP to Email

  • Baseurl: http://128.140.99.16:5623
  • Endpoint: /api/insta/android/number/send
  • Method: POST
  • Description: Sends an OTP to the provided number for Instagram registration.
  • Request Headers:
    {
        "Content-Type": "application/json",
        "X-API-Key": "Your-API-Key"
    }
  • Request Body:
{
    "number": "Number",
    "proxy": "Proxy",
}
  • Optional feature: This freature is optional as per your requirement
{
    "number": "Number",
    "proxy": "Proxy",
    "full_name": "Full name", # You can pass your required full name (and the api will generate available username accourding to your full name 
    "password": "Password", # Password 
}
  • cURL Example:
curl -X POST \
  http://128.140.99.16:5623/api/insta/android/number/send \
  -H 'Content-Type: application/json' \
  -H 'X-API-Key: Your-API-Key' \
  -d '{
    "number": "number",
    "proxy": "username:password@host:port",
  }'

1. Verify OTP and Create Account

  • Baseurl: http://128.140.99.16:5623
  • Endpoint: /api/insta/android/number/create
  • Method: POST
  • Description: Verifies the OTP and creates an Instagram account using the provided number.
  • Request Headers:
{
    "Content-Type": "application/json",
    "X-API-Key": "Your-API-Key"
}
  • Request Body:
{
    "otp": "6 digit sms verification code",
    "proxy": "username:password@host:port",
    "client_data": "response body from send sms api ",  // Response from the first API call 
}
  • cURL Example:
curl -X POST \
  http://128.140.99.16:5623/api/insta/android/number/create \
  -H 'Content-Type: application/json' \
  -H 'X-API-Key: Your-API-Key' \
  -d '{
    "otp": "123456",
    "proxy": "username:password@host:port",
    "client_data":"response body from send sms api ",
  }'

Contact

  • For bulk account creation or any queries, contact the developer on Telegram: @god_x_gamer.
  • Join @gxbytes for latest updates
  • This API can be used in any language (Python, PHP, JavaScript, Go, Java) to create your own account registration automation.

Disclaimer

  • Use this script responsibly and in accordance with Instagram's terms of service. The developer is not responsible for any misuse or consequences.