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.
dh6345sdsh3sdr8s98fd8
- 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.
Before using InstaNumCreator, ensure you have the following:
- InstaNumCreator API key: Obtain your API key from InstaNumCreator.
-
Clone the repository:
git clone https://github.com/godxgamer/InstaNumCreator.git cd InstaNumCreator
-
Install the required Python packages:
pip install requests
-
Replace placeholder values:
- Replace
YOUR_API_KEY
in theheaders
with your actual InstaNumCreator API key. - Update
number
with the desired phone number for Instagram registration. - Modify
proxy_path
with your proxy details.
- Replace
Execute the script by running:
python instanumcreator.py
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.
- 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",
}'
- 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 ",
}'
- 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.
- Use this script responsibly and in accordance with Instagram's terms of service. The developer is not responsible for any misuse or consequences.