🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign in
Socket

instacreatorapi

Package Overview
Dependencies
Maintainers
0
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

instacreatorapi

A Python module based on api to create Instagram Accounts

0.0.2
PyPI
Maintainers
0

Instagram Account Creator Api

forthebadge made-with-python
Python 3.6

Contact me @god_x_gamer

pip install instacreatorapi

Functionality of the Api

  • Can Create Account Without Blocked By Instagram
  • Multi-Threading Supported
  • Proxy Supported
  • Automatically Generate Human Like Username
  • Can Create Account In 2 simple step
  • Detect suspended Accounts Also

Usage

  • Make sure you have Python installed in your system.
  • Run Following command in the CMD.
 pip install instacreatorapi

Example

# test.py
from instacreatorapi import send_sms,create_acc

proc = "username:password@host:port"  
num = "91xxxxxxxxxx"
apikey='xxxxxx'  #" free key - gamer "
send=send_sms(number=num,proxy=proc,apikey=apikey)
if "securetoken" in send:
   securetoken=r['message']['securetoken']
else:
   print(send)
   
otp='xxxx' # your otp 
create=create_acc(securetoken=securetoken,apikey=apikey,proxy=proc,otp=otp#)
print(create)

Run the following Script.

 python test.py

Note

  • I have tried to implement all the functionality, it might have some bugs also.
  • Report Bugs @god_x_gamer (telegram)

If You Have Any Problems Or Want To Try My Api Contact Me On Telegram

Keywords

instagram

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts