Git Product home page Git Product logo

godxgamer / instanumcreator Goto Github PK

View Code? Open in Web Editor NEW
4.0 1.0 0.0 37 KB

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

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

Python 100.00%
accountcreator free free-software freeinstagramfollowers insta-creator instagram instagram-account-creator instagram-account-maker instagram-account-management instagram-api

instanumcreator's Introduction

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.

instanumcreator's People

Contributors

godxgamer avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar

instanumcreator's Issues

not working?

"response": "{"message":"Payload returned is null. A server error field_exception occured. Check server logs for details.","status":"fail"}"

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.